---
title: "Delete a project's locale"
method: DELETE
path: "/api/v1/projects/{projectId}/translations/{localeCode}"
tags: ["Translations"]
---

# Delete a project's locale

`DELETE /api/v1/projects/{projectId}/translations/{localeCode}`

Deletes a project's locale and all related translations

## Path parameters

- `localeCode` string, required
- `projectId` string, required

## Response `204`

Deleted

## Other responses

- `401` — Unauthorized
- `404` — Project or locale not found

---

[API](https://skmtc.dev/ever-co/apis/ever-traduora-api.md) · [All operations](https://skmtc.dev/ever-co/apis/ever-traduora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ever-co/ever-traduora-api/revisions/50176ec21566/schema)
