---
title: "Delete pronunciation dictionary"
method: DELETE
path: "/waves/v1/pronunciation-dicts"
---

# Delete pronunciation dictionary

`DELETE /waves/v1/pronunciation-dicts`

Delete an existing pronunciation dictionary for the authenticated user

## Request body

- DeletePronunciationDictRequest
  - `id` string, required — ID of the pronunciation dictionary to delete

## Response `200`

Successfully deleted pronunciation dictionary

- DeletePronunciationDictResponse
  - `id` string, required — ID of the deleted pronunciation dictionary
  - `deleted` boolean, required — Confirmation that the dictionary was deleted

## Other responses

- `400` — Bad request - Invalid request body
- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

## Changes

- **2026-03-14** `0cb9266abb2a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/waves-api/changes/waves/v1/pronunciation-dicts/delete.md)

---

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