kendra / Client / delete_faq
delete_faq#
- kendra.Client.delete_faq(**kwargs)#
- Removes a FAQ from an index. - See also: AWS API Documentation - Request Syntax- response = client.delete_faq( Id='string', IndexId='string' ) - Parameters:
- Id (string) – - [REQUIRED] - The identifier of the FAQ you want to remove. 
- IndexId (string) – - [REQUIRED] - The identifier of the index for the FAQ. 
 
- Returns:
- None 
 - Exceptions- kendra.Client.exceptions.ValidationException
- kendra.Client.exceptions.ConflictException
- kendra.Client.exceptions.ResourceNotFoundException
- kendra.Client.exceptions.ThrottlingException
- kendra.Client.exceptions.AccessDeniedException
- kendra.Client.exceptions.InternalServerException