---
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, 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.

---

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