---
title: "Delete EmailTemplate"
method: DELETE
path: "/emailTemplate/{emailtemplate_id}"
tags: ["EmailTemplate"]
---

# Delete EmailTemplate

`DELETE /emailTemplate/{emailtemplate_id}`

Deletes the _EmailTemplate_ with the given `id` which is placed in the parameters.
EmailTemplate cannot be deleted if it belongs to a _Sent_ Campaign. You have to delete the Campaign first.

## Path parameters

- `emailtemplate_id` string, required

## Headers

- `api-version` string, required

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
