---
title: "Delete Template"
method: DELETE
path: "/voice/api/v1/template/{template_id}"
tags: ["templates"]
---

# Delete Template

`DELETE /voice/api/v1/template/{template_id}`

Archive (soft-delete) a custom template. The template stops appearing in List Templates and can no longer be used for new sessions; notes already generated with it are unaffected.

## Path parameters

- `template_id` string, required

## Response `200`

Template archived

- MessageResponse
  - `msg` string

## Other responses

- `404` — Template not found

---

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