---
title: "Whatsapp Delete Template"
method: DELETE
path: "/integrations/whatsapp/{connection_id}/templates"
tags: ["whatsapp"]
---

# Whatsapp Delete Template

`DELETE /integrations/whatsapp/{connection_id}/templates`

Delete a template by name.

Meta removes EVERY language variant registered under the name, and blocks
reuse of that name for 30 days. There is no rename on Meta's side, so this
is also the only way to reclaim a name from a typo'd or rejected template.

## Path parameters

- `connection_id` string, required

## Query parameters

- `name` string, required — Template name to delete.
- `hsm_id` string, nullable — Optional template id. Narrows the delete to that single language version instead of every variant under the name. Meta requires `name` alongside it.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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