Skip to main content
Glama

mcp-n8n-builder

delete_workflow

Permanently remove a workflow by its ID from the MCP n8n-builder server. Use this irreversible action carefully; consider deactivating workflows if reuse is possible.

Instructions

Permanently deletes a workflow by its ID. This action cannot be undone, so use with caution. Consider deactivating workflows instead if you might need them again later.

Input Schema

NameRequiredDescriptionDefault
idYesID of the workflow to delete - can be obtained from list_workflows

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the workflow to delete - can be obtained from list_workflows", "type": "string" } }, "required": [ "id" ], "type": "object" }

Other Tools from mcp-n8n-builder

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-n8n-builder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server