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