Skip to main content
DELETE
/
v2
/
workflows
/
{workflow_id}
curl -X DELETE 'https://api.anyformat.ai/v2/workflows/550e8400-e29b-41d4-a716-446655440000/' \
  -H 'Authorization: Bearer YOUR_API_KEY'
// No response body - workflow successfully deleted
Permanently delete a workflow by ID.
Deleting a workflow is permanent and cannot be undone. All associated results will also be deleted.
curl -X DELETE 'https://api.anyformat.ai/v2/workflows/550e8400-e29b-41d4-a716-446655440000/' \
  -H 'Authorization: Bearer YOUR_API_KEY'
// No response body - workflow successfully deleted

Headers

authorization
string | null

Path Parameters

workflow_id
string
required

Response

Successful Response