cURL
curl --request DELETE \ --url https://dev.voice.ai/api/v1/tts/pronunciation-dictionaries/{dictionary_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "deleted": true }
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response
Deleted dictionary identifier
Whether the dictionary was deleted