---
title: "Delete template by name"
method: DELETE
path: "/v1/projects/{projectId}/whatsapp/templates/{templateName}"
tags: ["WhatsApp Templates"]
---

# Delete template by name

`DELETE /v1/projects/{projectId}/whatsapp/templates/{templateName}`

Delete template that matches the name.

      If message templates with the same name exists in multiple languages, all those templates will also be deleted.      
      Once deleted the name can not be used for new message templates for 30 days. Use a different name to create future templates during that time period.
      Messages that have been sent with the deleted template, but not yet delivered, will be attempted to be deliver for 30 days from the time of the message.

## Path parameters

- `projectId` string, required
- `templateName` string, required

## Response `204`

Template(s) deleted

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `409` — Conflict
- `429` — TooManyRequests
- `500` — InternalServerError

## Changes

> 4 revisions in range; 1 not diffed.

- **2026-09-01** `c6a937922d10` — 6 breaking, 25 info
  - the response's body type changed from no type to `object` for status `400`
  - the response's body type changed from no type to `object` for status `401`
  - the response's body type changed from no type to `object` for status `404`
  - the response's body type changed from no type to `object` for status `409`
  - …27 more
- **2026-08-18** `c78a716de420` — 1 info
  - api operation id `TemplatesController_deleteTemplatesByName_v1` removed and replaced with `WhatsappTemplatesController_deleteTemplatesByName_v1`

[Change history](https://skmtc.dev/sinch/apis/provisioning-api/changes/v1/projects/:projectId/whatsapp/templates/:templateName/delete.md)

---

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