---
title: "Deletes translations from specified language."
method: POST
path: "/translations/delete"
tags: ["Translations"]
---

# Deletes translations from specified language.

`POST /translations/delete`

Delete Translations. More details in the [documentation](https://poeditor.com/docs/api#translations_delete).

## Response `200`

OK

- TranslationDeletedResponse
  - `response` object
    - `status` string
    - `code` string
    - `message` string
  - `result` TranslationsShortDeleted
    - `translations` object
      - `parsed` integer
      - `deleted` integer

---

[API](https://skmtc.net/poeditor/apis/api-v2.md) · [All operations](https://skmtc.net/poeditor/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poeditor/api-v2/versions/a063e4fc5b96/schema)
