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

# Deletes a template

`DELETE /api/v2/templates/{id}`

Soft-delete a template and its wrapped target. The deletion is recorded in `deleted_items` and is recoverable from Trash.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `204`

Template soft-deleted successfully.

---

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