kendra / Client / delete_thesaurus

delete_thesaurus#

kendra.Client.delete_thesaurus(**kwargs)#

Deletes an Amazon Kendra thesaurus.

See also: AWS API Documentation

Request Syntax

response = client.delete_thesaurus(
    Id='string',
    IndexId='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The identifier of the thesaurus you want to delete.

  • IndexId (string) –

    [REQUIRED]

    The identifier of the index for the thesaurus.

Returns:

None

Exceptions