kendra.Client.
delete_experience
(**kwargs)¶Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
See also: AWS API Documentation
Request Syntax
response = client.delete_experience(
Id='string',
IndexId='string'
)
[REQUIRED]
The identifier of your Amazon Kendra experience you want to delete.
[REQUIRED]
The identifier of the index for your Amazon Kendra experience.
dict
Response Syntax
{}
Response Structure
Exceptions
kendra.Client.exceptions.AccessDeniedException
kendra.Client.exceptions.ValidationException
kendra.Client.exceptions.ConflictException
kendra.Client.exceptions.ResourceNotFoundException
kendra.Client.exceptions.ThrottlingException
kendra.Client.exceptions.InternalServerException