---
title: "Delete a WhatsApp template"
method: DELETE
path: "/whatsapp/templates/{template_uuid}"
tags: ["whatsapp"]
---

# Delete a WhatsApp template

`DELETE /whatsapp/templates/{template_uuid}`

Deletes a WhatsApp message template by its UUID.

**Permission:** Access is managed by the WhatsApp service. No specific API token permission is checked.

**Monitoring:** No impact.

## Path parameters

- `template_uuid` string, uuid, required

## Response `200`

Successful operation — the template has been deleted.

## Other responses

- `400` — Bad request — invalid template UUID format.
- `401` — Unauthorized — access denied by the WhatsApp service.
- `404` — Not found — the specified template does not exist.

## Changes

- **2026-08-25** `241a8d30fa9b` — 1 breaking
  - for the `path` request parameter `template_uuid`, the format changed from no format to `uuid`

[Change history](https://skmtc.dev/ringover/apis/ringover-public-api/changes/whatsapp/templates/:template_uuid/delete.md)

---

[API](https://skmtc.dev/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.dev/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/241a8d30fa9b/schema)
