n8n MCP Server

delete-credential

Remove specific credentials by ID from the n8n MCP Server to manage access securely, ensuring only authorized users can perform the deletion.

Instructions

Delete a credential by ID. You must be the owner of the credentials.

Input Schema

NameRequiredDescriptionDefault
clientIdYes
idYes

Input Schema (JSON Schema)

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