{ "error": "Cannot delete active workflow", "message": "Please pause the workflow before deleting it. Active workflows may have in-flight executions."}
Automation Workflow
Delete workflow
Endpoint:v1/workflows/{id}
Delete a specific workflow. This action cannot be undone.
Important: Active workflows cannot be deleted. You must first pause the workflow before deletion to prevent issues with in-flight executions.
{ "error": "Cannot delete active workflow", "message": "Please pause the workflow before deleting it. Active workflows may have in-flight executions."}