Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url http://localhost:5173/api/flowdrop/workflows/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Workflow deleted successfully" }
Permanently delete a workflow and all associated data including execution history
JWT token for authentication
Workflow UUID
Workflow deleted successfully
true
"Workflow deleted successfully"
Was this page helpful?