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

Response

200
application/json

Successfully deleted pronunciation dictionary

The response is of type object.