Delete a workflow
DELETE/workflows/definitions/:id
Deletes the workflow: it disappears from lists and reads, along with its revisions and aliases. The record is retained internally (soft delete).
Request
Responses
- 204
- 4XX
- 5XX
The workflow was deleted.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.