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

# Delete an email template

`DELETE /email_templates/{id}`

## Path parameters

- `id` string, uuid, required

## Response `204`

Template deleted. Empty response body.

## Other responses

- `401` — Not authorized (10006).
- `404` — Resource not found (10001).
- `422` — Validation Failed (10015) or changeset validation error.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
