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

Authorizations

X-API-Key
string
header
required

API key authentication. Add your API key with the X-API-Key header.

Path Parameters

id
string
required

Response

204

No response body