attacca
Workflows

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

DELETE
/v1/workflows/{workflow_id}

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:write
AuthorizationBearer <token>

An atk_-prefixed API key, created under Settings → API keys.

In: header

Scope: workflows:write

Path Parameters

workflow_id*string

Workflow id

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/workflows/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty