SMTP MCP Server

delete-email-template

Delete an email template

Input Schema

NameRequiredDescriptionDefault
idYesID of the template to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the template to delete", "type": "string" } }, "required": [ "id" ], "type": "object" }