Skip to main content
DELETE
/
v1
/
workflows
/
{id}
Delete workflow
curl --request DELETE \
  --url https://api.example.com/v1/workflows/{id}
id
string
required
Workflow id.

Response

{ "ok": true }
This is irreversible. Render history (_renders/) and uploaded assets in storage are kept, only the workflow record is removed.