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

# Delete a template

`DELETE /templates/{id}`

Permanently deletes the specified template.

## Path parameters

- `id` string, uuid, required

## Response `204`

Template deleted successfully.

## Other responses

- `401` — Unauthorized - missing or invalid API key.
- `403` — Forbidden. The provided API key is valid, but the user does not have sufficient permissions to perform this operation.
- `404` — Resource not found.

---

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