---
title: "Delete Template"
method: DELETE
path: "/templates/{template_id}"
tags: ["Template APIs"]
---

# Delete Template

`DELETE /templates/{template_id}`

This endpoint allows you to permanently delete an email template using its unique template ID. Once deleted, the template cannot be recovered.

## Path parameters

- `template_id` string, required

## Response `204`

No Content. Template deleted successfully. No response body is returned.

## Other responses

- `400` — Bad Request. Invalid or missing template ID.

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
