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
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

Authorizations

Authorization
string
header
required

API key issued from app.anyformat.ai/settings. Send as Authorization: Bearer <key>.

Path Parameters

workflow_id
string
required

Response

Successful Response