Delete a workflow
Cascades to the workflow's revisions, its state rows and its run log — they are reachable only through it. The delete is a tombstone; a repeat is `404`, not a second `204`.
Cascades to the workflow's revisions, its state rows and its run log — they are reachable only
through it. The delete is a tombstone; a repeat is 404, not a second 204.
Authorization
api_key workflows:writeAuthorizationBearer <token>
An atk_-prefixed API key, created under Settings → API keys.
In: header
Scope: workflows:write
Path Parameters
workflow_id*string
Workflow id
Format
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/workflows/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty