Delete pronunciation dictionary
curl --request DELETE \
--url https://api.slng.ai/v1/pronunciation/dictionaries/{name} \
--header 'Authorization: Bearer <token>'{
"code": "invalid_pronunciation",
"error": "Invalid pronunciation dictionary reference."
}Pronunciation dictionaries
Delete pronunciation dictionary
Delete one pronunciation dictionary by name from the authenticated organization.
DELETE
/
v1
/
pronunciation
/
dictionaries
/
{name}
Delete pronunciation dictionary
curl --request DELETE \
--url https://api.slng.ai/v1/pronunciation/dictionaries/{name} \
--header 'Authorization: Bearer <token>'{
"code": "invalid_pronunciation",
"error": "Invalid pronunciation dictionary reference."
}For workflow examples, see the Pronunciation dictionaries guide.
Was this page helpful?
⌘I