Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_vocabulary

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'
)
Parameters
VocabularyName (string) --

[REQUIRED]

The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.

Returns
None

Exceptions

  • TranscribeService.Client.exceptions.NotFoundException
  • TranscribeService.Client.exceptions.LimitExceededException
  • TranscribeService.Client.exceptions.BadRequestException
  • TranscribeService.Client.exceptions.InternalFailureException