cURL
curl --request DELETE \ --url https://api.slng.ai/v1/pronunciation/dictionaries/{name} \ --header 'Authorization: Bearer <token>'
{ "code": "invalid_pronunciation", "error": "Invalid pronunciation dictionary reference." }
Delete one pronunciation dictionary by name from the authenticated organization.
Documentation IndexFetch the complete documentation index at: https://docs.slng.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.slng.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pronunciation dictionary name.
128
^[A-Za-z0-9._-]+$
Pronunciation dictionary deleted.
Was this page helpful?
Contact support