---
title: "Delete template"
method: DELETE
path: "/beta/templates/{templateId}"
tags: ["Templates"]
---

# Delete template

`DELETE /beta/templates/{templateId}`

Deletes the template. Please make sure the template is not used in flows and automations as this operation is irreversible.

## Path parameters

- `templateId` string, uuid, required

## Response `204`

The template was successfully deleted

## Other responses

- `400` — Invalid value for: path parameter templateId, Invalid value extracted from request context
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

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