kendra / Client / delete_faq

delete_faq#

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'
)
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