Deletes a specific version of a bot
Source:R/lexmodelbuildingservice_operations.R
lexmodelbuildingservice_delete_bot_version.RdDeletes a specific version of a bot. To delete all versions of a bot, use the delete_bot operation.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_delete_bot_version/ for full documentation.
Arguments
- name
[required] The name of the bot.
- version
[required] The version of the bot to delete. You cannot delete the
$LATESTversion of the bot. To delete the$LATESTversion, use thedelete_botoperation.