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