Values.DeleteCustomVocabularyRequestSourceRemoves a custom vocabulary from the specified locale in the specified bot.
type nonrec t = {botId : Id.t;The unique identifier of the bot to remove the custom vocabulary from.
*)botVersion : DraftBotVersion.t;The version of the bot to remove the custom vocabulary from.
*)localeId : LocaleId.t;The locale identifier for the locale that contains the custom vocabulary to remove.
*)}