---
title: "Delete Internationalization Messages"
method: POST
path: "/i18nmanager.deleteKeys"
tags: ["Internationalization"]
---

# Delete Internationalization Messages

`POST /i18nmanager.deleteKeys`

Deletes the specified internationalization messages.<p>
**Required roles**
- `I18NADMIN`
- `SUPPORT`

## Request body

- object
  - `data` object
    - `messages` string[] — The list of keys you want to delete.
    - `partitionWideOverride` boolean — Set to `true` to delete Partition-wide messages, or `false` to fetch Private messages.

## Response `200`

OK - the internationalization keys have been deleted successfully.

## Other responses

- `403` — Forbidden - the user does not have a required permission (`I18N_DELETE`).

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
