---
title: "Delete User Dict Word"
method: DELETE
path: "/user_dict_word/{word_uuid}"
tags: ["ユーザー辞書"]
---

# Delete User Dict Word

`DELETE /user_dict_word/{word_uuid}`

ユーザー辞書に登録されている言葉を削除します。

## Path parameters

- `word_uuid` string, required — 削除する言葉のUUID

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2024-01-17** `1bed97d41915` — 2 warning, 1 info
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - api operation id `delete_user_dict_word` removed and replaced with `delete_user_dict_word_user_dict_word__word_uuid__delete`

[Change history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/user_dict_word/:word_uuid/delete.md)

---

[API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/revisions/e2fc361a5b2e?raw)
