Delete a template
DELETE/emails/locations/:locationId/templates/:templateId
Delete a template
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location ID
templateId stringrequired
Template ID
Success
- application/json
- Schema
- Example (auto)
Schema
deletedbooleanrequired
Whether the template was deleted successfully
traceIdstring
Trace ID of the request
{
"deleted": true,
"traceId": "0c52e980-41f6-4be7-8c4b-32332ss"
}