メインコンテンツへスキップ
DELETE
/
user_dict_word
/
{word_uuid}
Delete User Dict Word
curl --request DELETE \
  --url https://api.example.com/user_dict_word/{word_uuid}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

パスパラメータ

word_uuid
string
必須

削除する言葉のUUID

レスポンス

Successful Response

最終更新日 2026年5月27日