---
title: "Delete a specific email template by its ID"
method: DELETE
path: "/api/v1/template/{id}"
tags: ["email_template"]
---

# Delete a specific email template by its ID

`DELETE /api/v1/template/{id}`

## Path parameters

- `id` string, required

## Response `200`

Template successfully deleted

- object
  - `status` string
  - `status_code` integer
  - `message` string

## Other responses

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

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
