delete_template
Remove a template and all its versions from your SendGrid account to manage your email templates effectively.
Instructions
Delete a template and all its versions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_id | Yes | ID 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"
}