kendra.Client.delete_faq(**kwargs)¶Removes an FAQ from an index.
See also: AWS API Documentation
Request Syntax
response = client.delete_faq(
Id='string',
IndexId='string'
)
[REQUIRED]
The identifier of the FAQ you want to remove.
[REQUIRED]
The identifier of the index for the FAQ.
None
Exceptions
kendra.Client.exceptions.ValidationExceptionkendra.Client.exceptions.ConflictExceptionkendra.Client.exceptions.ResourceNotFoundExceptionkendra.Client.exceptions.ThrottlingExceptionkendra.Client.exceptions.AccessDeniedExceptionkendra.Client.exceptions.InternalServerException