Skip to main content
DELETE
/
api
/
v1
/
tts
/
pronunciation-dictionaries
/
{dictionary_id}
Delete pronunciation dictionary
curl --request DELETE \
  --url https://dev.voice.ai/api/v1/tts/pronunciation-dictionaries/{dictionary_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Path Parameters

dictionary_id
string<uuid>
required

Response

Successful Response

id
string
required

Deleted dictionary identifier

deleted
boolean
required

Whether the dictionary was deleted