Workflows
Delete Workflow
Delete a private workflow and its drafts, versions, and triggers.
DELETE
Delete a workflow along with all its drafts and versions, and deregister its triggers. The response indicates whether trigger deregistration fully succeeded.
A version-snapshot workflow cannot be deleted directly — delete the parent (published) workflow instead.
Authentication
This endpoint requires a session token; it deletes the linked account’s private workflow.Session token for the linked account.Format:
Bearer YOUR_SESSION_TOKENPath Parameters
The published workflow ID to delete (from List Workflows or the publish response). Deleting a draft/version snapshot directly is rejected.
Response
- 200 OK
- 400 Bad Request