Skip to content

Delete Vocabulary

transcribeservice_delete_vocabulary R Documentation

Deletes a custom vocabulary

Description

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.

Usage

transcribeservice_delete_vocabulary(VocabularyName)

Arguments

VocabularyName

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

Value

An empty list.

Request syntax

svc$delete_vocabulary(
  VocabularyName = "string"
)