---
title: "Remove word from a dictionary"
method: POST
path: "/words/delete"
---

# Remove word from a dictionary

`POST /words/delete`

Remove a word from one of the user's personal dictionaries.

## Response `200`

the result of removing the word

- object
  - `deleted` boolean — true if the word has been removed. false means the word hasn't been removed because it was not in the dictionary.

---

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