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.
project_id query parameter if you have templates with the same slug across different projects.API key for authentication
The template slug (URL-friendly identifier)
"welcome-email"
Project ID to delete the template from. If not provided, uses the team's default project.
x >= 1Template deleted successfully
Response after successfully deleting a template
Human-readable response message
"Template deleted successfully."