> For the complete documentation index, see [llms.txt](https://docs.cuoral.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cuoral.com/api-reference/engagement/whatsapp/delete-whatsapp-template.md).

# Delete whatsapp template

## Delete whatsapp template

<mark style="color:green;">`POST`</mark> /external/v1/whatsapp/templates/{template\_sid}

Delete a WhatsApp template by SID.

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |
| x-api-key    | `<api key>`        |

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
  "success": true,
  "template_sid": "string",
  "message": "string"
}
```

{% endtab %}

{% tab title="422" %}

```json
{
  "detail": [
    {
      "loc": [
        "string",
        0
      ],
      "msg": "string",
      "type": "string",
      "input": "string",
      "ctx": {}
    }
  ]
}
```

{% endtab %}
{% endtabs %}
