---
title: "Delete an email"
method: DELETE
path: "/v1/design_studio/emails/{id}"
tags: ["Design Studio"]
---

# Delete an email

`DELETE /v1/design_studio/emails/{id}`

Delete an email. You cannot delete an email that is linked to a workflow (automation, broadcast, etc). This deletes the email and all translations.

## Path parameters

- `id` string, uuid, required

## Response `204`

Email deleted

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `404` — Resource not found
- `409` — Email is linked to a journey and cannot be deleted

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/4b391af7cb06/schema)
