Templates
Delete a template
Remove a stored template and all its versions.
DELETE
/v1/templates/{name}API keyDeletes the stored template and its whole version history. This can't be undone. Emails already sent are not affected.
If a built-in template has the same name, sends with that name use the built-in template again from now on. Built-in templates themselves can't be deleted and return 404 template_not_found.
Path parameters
The template name.
Response
Errors
| Status | Code | When |
|---|---|---|
| 404 | template_not_found | No stored template with this name. Built-in templates also return this. |