Deletes a specific version of a bot
Deletes a specific version of a bot. To delete all versions of a bot,
use the delete_bot
operation.
This operation requires permissions for the lex:DeleteBotVersion
action.
lexmodelbuildingservice_delete_bot_version(name, version)
name |
[required] The name of the bot. |
version |
[required] The version of the bot to delete. You cannot delete the |
An empty list.
svc$delete_bot_version( name = "string", version = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.