FlowDrop Docs
API referenceWorkflows

Delete workflow

Permanently delete a workflow and all associated data including execution history

DELETE
/workflows/{id}

Authorization

AuthorizationBearer <token>

JWT token for authentication

In: header

Path Parameters

id*string

Workflow UUID

Formatuuid

Response 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"}