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
}

Changes

Changed in 1 of the 5 revisions of this API.1