delete_execution
Remove specific workflow executions from n8n by providing the execution ID to manage workflow history and optimize system performance.
Instructions
Delete an n8n execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}