DELETE
/
api
/
v1
/
pronunciation-dicts
Delete pronunciation dictionary
curl --request DELETE \
  --url https://waves-api.smallest.ai/api/v1/pronunciation-dicts \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "64f1234567890abcdef12345"
}'
{
  "id": "64f1234567890abcdef12345",
  "deleted": true
}

Body

application/json
id
string
required

ID of the pronunciation dictionary to delete

Minimum length: 1
Example:

"64f1234567890abcdef12345"

Response

Successfully deleted pronunciation dictionary

id
string
required

ID of the deleted pronunciation dictionary

Example:

"64f1234567890abcdef12345"

deleted
boolean
required

Confirmation that the dictionary was deleted

Example:

true