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

# Delete a template

`DELETE /templates/{id}`

Delete a specific template based on its ID.

## Path parameters

- `id` integer, required

## Response `200`

The ID of the template and its deletion status

- object

## Other responses

- `401` — Unauthorized
- `404` — Template not found

---

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