Skip to content

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 *.

// init
const deleteVocabulary = yield* AWS.Transcribe.DeleteVocabulary();
// runtime
yield* deleteVocabulary({ VocabularyName: "tenant-123-vocabulary" });