Delete Medical Vocabulary
transcribeservice_delete_medical_vocabulary | R Documentation |
Deletes a custom medical vocabulary¶
Description¶
Deletes a custom medical 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_medical_vocabulary(VocabularyName)
Arguments¶
VocabularyName |
[required] The name of the custom medical vocabulary you want to delete. Custom medical vocabulary names are case sensitive. |
Value¶
An empty list.
Request syntax¶
svc$delete_medical_vocabulary(
VocabularyName = "string"
)