Skip to main content
Glama

SendGrid MCP Server

by deyikong

delete_template_version

Remove a specific version of an email template from SendGrid by providing the template ID and version ID to manage template revisions and maintain clean template libraries.

Instructions

Delete a specific version of a template

Input Schema

NameRequiredDescriptionDefault
template_idYesID of the template
version_idYesID of the version to delete

Input Schema (JSON Schema)

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

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/deyikong/sendgrid-mcp'

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