delete_thesaurus
(**kwargs)¶Deletes an existing Amazon Kendra thesaurus.
See also: AWS API Documentation
Request Syntax
response = client.delete_thesaurus(
Id='string',
IndexId='string'
)
[REQUIRED]
The identifier of the thesaurus you want to delete.
[REQUIRED]
The identifier of the index for the thesaurus.
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