---
title: "Delete a template"
method: DELETE
path: "/v3/templates/{id}"
tags: ["Templates"]
---

# Delete a template

`DELETE /v3/templates/{id}`

Deletes a template by ID. Optionally, you can also delete the template from WhatsApp/Meta by setting delete_from_meta=true.

## Path parameters

- `id` string, uuid, required

## Headers

- `x-profile-id` string, uuid

## Request body

- SentDmServicesEndpointsCustomerAPIv3RequestsDeleteTemplateRequest — Request to delete a template
  - `sandbox` boolean — Sandbox flag - when true, the operation is simulated without side effects Useful for testing integrations without actual execution
  - `delete_from_meta` boolean, nullable — Whether to also delete the template from WhatsApp/Meta (optional, defaults to false)

## Response `204`

Template deleted successfully

## Other responses

- `400` — Invalid template ID format
- `401` — Unauthorized - Invalid API credentials
- `403` — Forbidden
- `404` — Template not found
- `500` — Internal server error

---

[API](https://skmtc.net/sentdm/apis/sent-dm-api-v3.md) · [All operations](https://skmtc.net/sentdm/apis/sent-dm-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sentdm/sent-dm-api-v3/revisions/c451eca46f1b/schema)
