Delete workflow
n8n_workflows_deletePermanently delete a workflow from your n8n instance. Requires a safety confirmation string matching 'DELETE' plus the workflow ID to prevent accidents.
Instructions
Permanently delete one workflow after an exact confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | ||
| confirmation | Yes | Deliberate-action guard. Must equal exactly: DELETE <workflowId> — substitute the real value(s). A mismatch is rejected without echoing the expected phrase. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| redacted | Yes | ||
| untrusted | Yes |