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

# Delete a template

`DELETE /templates/{id}`

Deletes a template by template ID

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required

## Response `204`

Template deleted successfully

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Template not found
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
