Delete Template
Templates
Delete Template
Permanently delete an email template and all its versions. If project_id is not provided, the template will be looked up in the team’s default project.
DELETE
Delete Template
Permanently deletes a template and all of its versions. This action cannot be undone. Any future Send Email calls referencing this template’s slug will fail.
Use the
project_id query parameter if you have templates with the same slug across different projects.Authorizations
API key for authentication
Path Parameters
The template slug (URL-friendly identifier)
Example:
"welcome-email"
Query Parameters
Project ID to delete the template from. If not provided, uses the team's default project.
Required range:
x >= 1Response
Template deleted successfully
Response after successfully deleting a template
Human-readable response message
Example:
"Template deleted successfully."