n8n Workflow Builder MCP Server

by makafeli
Verified

delete_execution

Remove specific workflow executions by ID to manage and clean up n8n workflow history effectively.

Instructions

Delete an execution by ID

Input Schema

NameRequiredDescriptionDefault
idYes

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "number" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from n8n Workflow Builder MCP Server

Related Tools

ID: fhoynrlnpp