Delete Custom Vocabulary
| lexmodelsv2_delete_custom_vocabulary | R Documentation | 
Removes a custom vocabulary from the specified locale in the specified bot¶
Description¶
Removes a custom vocabulary from the specified locale in the specified bot.
Usage¶
lexmodelsv2_delete_custom_vocabulary(botId, botVersion, localeId)
Arguments¶
botId | 
[required] The unique identifier of the bot to remove the custom vocabulary from.  | 
botVersion | 
[required] The version of the bot to remove the custom vocabulary from.  | 
localeId | 
[required] The locale identifier for the locale that contains the custom vocabulary to remove.  | 
Value¶
A list with the following syntax:
list(
  botId = "string",
  botVersion = "string",
  localeId = "string",
  customVocabularyStatus = "Ready"|"Deleting"|"Exporting"|"Importing"|"Creating"
)
Request syntax¶
svc$delete_custom_vocabulary(
  botId = "string",
  botVersion = "string",
  localeId = "string"
)