Deletes all versions of a bot, including the Draft version
Source:R/lexmodelsv2_operations.R
lexmodelsv2_delete_bot.RdDeletes all versions of a bot, including the Draft version. To delete a specific version, use the delete_bot_version operation.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_bot/ for full documentation.
Arguments
- botId
[required] The identifier of the bot to delete.
- skipResourceInUseCheck
By default, Amazon Lex checks if any other resource, such as an alias or bot network, is using the bot version before it is deleted and throws a
ResourceInUseExceptionexception if the bot is being used by another resource. Set this parameter totrueto skip this check and remove the bot even if it is being used by another resource.