View a markdown version of this page

Deleting or removing a data accessor's access from your Amazon Q index - Amazon Q Business

Amazon Q Business will no longer be open to new customers starting on July 31, 2026. If you would like to use the service, please sign up prior to July 30. For capabilities similar to Q Business, explore Amazon Quick. Learn more.

Deleting or removing a data accessor's access from your Amazon Q index

You can remove a data accessor's permissions to your Amazon Q index using the Amazon Q Business console or the Amazon Q Business API using the AWS SDK, REST API, or AWS CLI. Once deleted, you will have to add the data and reconfigure access to grant the data accessor access again.

The following procedures show how you delete or remove a data accessor using the Amazon Q Business console or the AWS CLI.

Using the Amazon Q Business console

  1. Sign in to the AWS Management Console and open the Amazon Q Business console.

  2. Choose Applications, then select the name of your application environment from the list.

  3. From the left navigation, choose Data accessors.

  4. From the Data accessor table, select the data accessor that you want to delete.

  5. Choose Actions, then choose Delete.

  6. Confirm your choice.

Using the AWS CLI;

aws qbusiness delete-data-accessor \ --application-id ${qbusiness_application_id} \ --data-accessors-id ${qbusiness_data_accessor_id} aws qbusiness disassociate-permission \ --application-id ${qbusiness_application_id} \ --statement-id ${policy_statement_id}