Delete
Delete a pronunciation dictionary by its ID. Once deleted, the dictionary can no longer be referenced in text-to-speech requests.
Authentication
api-subscription-keystring
API Key authentication via header
Query parameters
dict_id
ID of the dictionary to delete
Response
Successful Response
success
Whether the deletion was successful.
message
Human-readable status message (e.g. “Dictionary ‘p_5cb7faa6’ deleted successfully”).
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error