V3 Workflows
Delete a workflow
Permanently deletes a workflow by id. Deletion cascades to the workflow's versions, runs, and run logs so no response-derived data is left behind (GDPR requirement). This is irreversible; use POST /api/v3/workflows/{workflowId}/archive for a reversible soft-delete that keeps history. Returns 204 No Content.
delete/api/v3/workflows/{workflowId}
Path parameters
workflowIdstring cuid2 required
Workflow identifier.
Response
Workflow deleted successfully