AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Deletes all versions of the bot, including the $LATEST version. To delete a
specific version of the bot, use the DeleteBotVersion operation. The DeleteBot
operation doesn't immediately remove the bot schema. Instead, it is marked for deletion
and removed later.
Amazon Lex stores utterances indefinitely for improving the ability of your bot to respond to user inputs. These utterances are not removed when the bot is deleted. To remove the utterances, use the DeleteUtterances operation.
If a bot has an alias, you can't delete it. Instead, the DeleteBot operation
returns a ResourceInUseException exception that includes a reference to the
alias that refers to the bot. To remove the reference to the bot, delete the alias.
If you get the same exception again, delete the referring alias until the DeleteBot
operation is successful.
This operation requires permissions for the lex:DeleteBot action.
For .NET Core this operation is only available in asynchronous form. Please refer to DeleteBotAsync.
Namespace: Amazon.LexModelBuildingService
Assembly: AWSSDK.LexModelBuildingService.dll
Version: 3.x.y.z
public abstract DeleteBotResponse DeleteBot( DeleteBotRequest request )
Container for the necessary parameters to execute the DeleteBot service method.
| Exception | Condition |
|---|---|
| BadRequestException | The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again. |
| ConflictException | There was a conflict processing the request. Try your request again. |
| InternalFailureException | An internal Amazon Lex error occurred. Try your request again. |
| LimitExceededException | The request exceeded a limit. Try your request again. |
| NotFoundException | The resource specified in the request was not found. Check the resource and try again. |
| ResourceInUseException | The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete. The body of the exception contains a JSON object that describes the resource. { "resourceType": BOT | BOTALIAS | BOTCHANNEL | INTENT,"resourceReference": {"name": string, "version": string } } |
.NET Framework:
Supported in: 4.7.2 and newer