QBusiness / Client / delete_index
delete_index#
- QBusiness.Client.delete_index(**kwargs)#
Deletes an Amazon Q Business index.
See also: AWS API Documentation
Request Syntax
response = client.delete_index( applicationId='string', indexId='string' )
- Parameters:
applicationId (string) –
[REQUIRED]
The identifier of the Amazon Q Business application the Amazon Q Business index is linked to.
indexId (string) –
[REQUIRED]
The identifier of the Amazon Q Business index.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
QBusiness.Client.exceptions.ResourceNotFoundException
QBusiness.Client.exceptions.InternalServerException
QBusiness.Client.exceptions.ConflictException
QBusiness.Client.exceptions.ThrottlingException
QBusiness.Client.exceptions.ValidationException
QBusiness.Client.exceptions.AccessDeniedException