---
title: "ユーザー辞書に登録されている単語を削除する"
method: DELETE
path: "/user_dict_word/{word_uuid}"
tags: ["ユーザー辞書"]
---

# ユーザー辞書に登録されている単語を削除する

`DELETE /user_dict_word/{word_uuid}`

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

## Path parameters

- `word_uuid` string, required — 削除する単語の UUID

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.net/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
