---
title: "Remove an email template"
method: POST
path: "/template/delete"
tags: ["TEMPLATES"]
---

# Remove an email template

`POST /template/delete`

Deletes the specified email template.

## Request body

- object
  - `id` string, required — The case-sensitive ID of the email template that you wish to remove

## Response `200`

Template removed

- object
  - `request_id` string, required
  - `data` string, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
