Using the DeleteLexicon operation - Amazon Polly

Using the DeleteLexicon operation

Amazon Polly provides the DeleteLexicon API operation to delete a pronunciation lexicon from a specific AWS Region in your account. The following AWS CLI deletes the specified lexicon.

The following AWS CLI example is formatted for Unix, Linux, and macOS. For Windows, replace the backslash (\) Unix continuation character at the end of each line with a caret (^) and use full quotation marks (") around the input text with single quotes (') for interior tags.

aws polly delete-lexicon \ --name example

Additional code samples for the DeleteLexicon API