Skip to main content
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."
}

Documentation Index

Fetch the complete documentation index at: https://docs.slng.ai/llms.txt

Use this file to discover all available pages before exploring further.

For workflow examples, see the Pronunciation dictionaries guide.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

Pronunciation dictionary name.

Maximum string length: 128
Pattern: ^[A-Za-z0-9._-]+$

Response

Pronunciation dictionary deleted.