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_idstringRequired
ID of the dictionary to delete

Response

Successful Response
successboolean
Whether the deletion was successful.
messagestring

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