TranscribeService.Client.delete_vocabulary(**kwargs)¶Deletes a custom vocabulary. To use this operation, specify the name of the custom vocabulary you want to delete using VocabularyName . Custom vocabulary names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_vocabulary(
VocabularyName='string'
)
[REQUIRED]
The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.
Exceptions
TranscribeService.Client.exceptions.NotFoundExceptionTranscribeService.Client.exceptions.LimitExceededExceptionTranscribeService.Client.exceptions.BadRequestExceptionTranscribeService.Client.exceptions.InternalFailureException