---
title: "Delete template"
method: DELETE
path: "/documents/templates/{templateID}"
tags: ["Guided Templates"]
---

# Delete template

`DELETE /documents/templates/{templateID}`

Deletes a template and its versions. Returns 409 if other templates or sections inherit from this template.

## Response `204`

No Content

## Other responses

- `404` — Not Found
- `409` — The resource has dependents (e.g. children that inherit from it) and cannot be deleted.

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
