n8n MCP Server

delete-tag

Remove a specific tag by its ID using the MCP server, ensuring clean and efficient management of tagged resources in n8n workflows.

Instructions

Delete a tag by ID.

Input Schema

NameRequiredDescriptionDefault
clientIdYes
idYes

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "id": { "type": "string" } }, "required": [ "clientId", "id" ], "type": "object" }
ID: l1rov8ni7r