cURL
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 }
Delete pronunciations dicts using the Waves API
Successfully deleted pronunciation dictionary
The response is of type object.
object