TranscribeService / Client / delete_vocabulary

delete_vocabulary#

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'
)
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