---
title: "Delete an email template"
method: DELETE
path: "/email-template/{id}"
tags: ["Email"]
---

# Delete an email template

`DELETE /email-template/{id}`

## Response `200`

Template deleted.

- ResponseEmailTemplateDTO
  - `id` string, required — The unique ID of the email template.
  - `template_name` string, required — The name of the email template
  - `type` string, required — The type of the email template
  - `template` string, required — The HTML formatted text of the email template
  - `templates` object, required
  - `localized` object, required — An ISO 639-1 language code

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
