Skip to main content
DELETE
/
workflows
/
{id}
Delete workflow
curl --request DELETE \
  --url http://localhost:5173/api/flowdrop/workflows/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Workflow deleted successfully"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string<uuid>
required

Workflow UUID

Response

Workflow deleted successfully

success
boolean
Example:

true

message
string
Example:

"Workflow deleted successfully"