Skip to main content
DELETE
/
v2
/
pronunciation-dictionaries
/
{dictionary_id}
Delete Pronunciation Dictionary
curl --request DELETE \
  --url https://tavusapi.com/v2/pronunciation-dictionaries/{dictionary_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Invalid access token"
}

Authorizations

x-api-key
string
header
required

Path Parameters

dictionary_id
string
required

The unique identifier of the pronunciation dictionary to delete.

Response

NO CONTENT - Pronunciation dictionary deleted successfully