---
title: "Delete an email template"
method: DELETE
path: "/feedback/email-templates/{template_id}"
tags: ["Feedback Management"]
---

# Delete an email template

`DELETE /feedback/email-templates/{template_id}`

<Warning>
The Feedback Management API is currently in **BETA**, therefore the following endpoints are subject to modification, given a **2 week notice**.

If you are planning to use any of them, please **notify us** so we will be able to keep you informed about upcoming changes.
</Warning>

Deletes a feedback email template belonging to the authenticated user's organization.

## Path parameters

- `template_id` number, required

## Response `204`

No Content — template deleted successfully

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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