Deletes the specified bot alias.
delete/bots/{botId}/botaliases/{botAliasId}/
Path parameters
botAliasIdstring required
The unique identifier of the bot alias to delete.
botIdstring required
The unique identifier of the bot associated with the alias to delete.
Query parameters
skipResourceInUseCheckboolean
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is deleted and throws a <code>ResourceInUseException</code> exception if the alias is being used by another resource. Set this parameter to <code>true</code> to skip this check and remove the alias even if it is being used by another resource.
Response
Success