SendGrid MCP Server

delete_template

Delete a dynamic template from SendGrid

Input Schema

NameRequiredDescriptionDefault
template_idYesID of the template to delete

Input Schema (JSON Schema)

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