v5

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-2141116.4 KB

Delete pronunciation dictionary

Delete an existing pronunciation dictionary for the authenticated user

delete/waves/v1/pronunciation-dicts

Request body

idstring required

ID of the pronunciation dictionary to delete

Example request

{
  "id": "64f1234567890abcdef12345"
}

Response

Successfully deleted pronunciation dictionary

idstring required

ID of the deleted pronunciation dictionary

deletedboolean required

Confirmation that the dictionary was deleted

Example response

{
  "id": "64f1234567890abcdef12345",
  "deleted": true
}