DeleteVocabulary
Source:
src/AWS/Transcribe/DeleteVocabulary.ts
Runtime binding for transcribe:DeleteVocabulary — delete a custom vocabulary.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:DeleteVocabulary on *.
Custom Vocabularies
Section titled “Custom Vocabularies”// initconst deleteVocabulary = yield* AWS.Transcribe.DeleteVocabulary();
// runtimeyield* deleteVocabulary({ VocabularyName: "tenant-123-vocabulary" });