Values_1.DeleteVocabularyRequestSourceDeletes the vocabulary that has the given identifier.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)vocabularyId : Values_0.VocabularyId.t;The identifier of the custom vocabulary.
*)}val make :
instanceId:Values_0.InstanceId.t ->
vocabularyId:Values_0.VocabularyId.t ->
unit ->
t