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

# Delete an email translation

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

Delete a specific language translation from an email. This fails if the email is linked to a workflow (automation, broadcast, etc).

## Path parameters

- `id` string, uuid, required
- `language` string, required

## Response `204`

Translation deleted

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `404` — Resource not found
- `409` — Conflict - linked resource or other constraint violation

---

[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)
