Overview
The Delete Workflow endpoint removes a workflow from your organisation. The workflow is soft-deleted — its historical executions remain queryable, but the workflow itself can no longer be fetched, updated, or run.Authentication
Requires a valid API key. No special permission scope is needed beyond a valid key.Key Features
- Soft Delete: Execution history is preserved
- No Credit Cost: This endpoint is free to use
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The unique workflow ID |
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
message | string | Human-readable status message |
success | boolean | true on success |
data.deleted | boolean | Always true on success |
data.id | string | The ID of the deleted workflow |
Credit Usage
This endpoint is free and does not consume credits.Related Endpoints
- List Workflows to confirm the workflow is gone
- Delete Workflow Draft to remove just the draft without deleting the workflow