TranscribeService / Client / delete_vocabulary_filter

delete_vocabulary_filter#

TranscribeService.Client.delete_vocabulary_filter(**kwargs)#

Deletes a custom vocabulary filter. To use this operation, specify the name of the custom vocabulary filter you want to delete using VocabularyFilterName. Custom vocabulary filter names are case sensitive.

See also: AWS API Documentation

Request Syntax

response = client.delete_vocabulary_filter(
    VocabularyFilterName='string'
)
Parameters:

VocabularyFilterName (string) –

[REQUIRED]

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

Returns:

None

Exceptions

  • TranscribeService.Client.exceptions.NotFoundException

  • TranscribeService.Client.exceptions.LimitExceededException

  • TranscribeService.Client.exceptions.BadRequestException

  • TranscribeService.Client.exceptions.InternalFailureException