DELETE Delete Template​
DELETE
/templates/{id}
Permanently delete a single email template by ID. This removes the template and all associated metadata.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The template ID to delete.
Type
Requiredinteger
Responses​
Template deleted successfully.
application/json
JSON
{
"message": "string"
}