---
title: "Delete a Tenant Template"
method: DELETE
path: "/tenants/{tenant_id}/templates/{template_id}"
tags: ["Tenant Templates"]
---

# Delete a Tenant Template

`DELETE /tenants/{tenant_id}/templates/{template_id}`

Deletes a tenant's notification template by id. Sends for that tenant then use the workspace template registered under the same id.

## Path parameters

- `tenant_id` string, required
- `template_id` string, required

## Response `204`

Template deleted successfully

## Other responses

- `404` — Tenant or template not found

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/04f69fbf96a5/schema)
