Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_access_control_configuration

delete_access_control_configuration(**kwargs)

Deletes an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.

See also: AWS API Documentation

Request Syntax

response = client.delete_access_control_configuration(
    IndexId='string',
    Id='string'
)
Parameters
  • IndexId (string) --

    [REQUIRED]

    The identifier of the index for an access control configuration.

  • Id (string) --

    [REQUIRED]

    The identifier of the access control configuration you want to delete.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • kendra.Client.exceptions.ValidationException
  • kendra.Client.exceptions.ThrottlingException
  • kendra.Client.exceptions.ConflictException
  • kendra.Client.exceptions.ResourceNotFoundException
  • kendra.Client.exceptions.AccessDeniedException
  • kendra.Client.exceptions.InternalServerException