Delete execution
documentedDelete a single execution record. ([docs.n8n.io](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.n8n/?utm_source=openai))
DELETE /executions/{execution_id}Executionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$base_url}}/api/v1/executions/{{$execution_id}}" \
-X DELETE \
-H "Accept: application/json" \
-H "X-N8N-API-KEY: {{N8N_API_KEY}}"