delete-template
Remove unwanted email templates from your Mailtrap account to maintain clean template management and eliminate clutter from your email testing environment.
Instructions
Delete an existing email template
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": "number"
}
},
"required": [
"template_id"
],
"type": "object"
}