API referenceWorkflows
Delete workflow
Permanently delete a workflow and all associated data including execution history
AuthorizationBearer <token>
JWT token for authentication
In: header
Path Parameters
id*string
Workflow UUID
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/workflows/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "success": true, "message": "Workflow deleted successfully"}