---
title: "Delete templates by name"
method: DELETE
path: "/api/v1/whatsApp/templates/{wabaId}/{name}"
tags: ["Templates"]
---

# Delete templates by name

`DELETE /api/v1/whatsApp/templates/{wabaId}/{name}`

## Path parameters

- `wabaId` string, required
- `name` string, required

## Response `200`

Delete template by name success

- object
  - `ok` boolean — Indicates whether the delete operation was successful.

## Other responses

- `400` — Delete template by name failed

---

[API](https://skmtc.net/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.net/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/versions/dee16d2c7d41/schema)
