Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Revoking access to an AWS Data Exchange asset revision (AWS CLI)

Focus mode
Revoking access to an AWS Data Exchange asset revision (AWS CLI) - AWS Data Exchange User Guide

As a provider of AWS Data Exchange data products, you can use the AWS CLI to revoke subscriber access to a revision using the following instructions.

To revoke a revision (AWS CLI)
  1. Use the revoke-revision command to revoke a revision.

    $ AWS dataexchange revoke-revision \ --data-set-id $DATA_SET_ID \ --revision-id $REVISION_ID \ --comment 'Revoking Revision Example' { "Id": "ab7859881EXAMPLEdd3e8a4b88fc6a8d", "Arn": "arn:aws:dataexchange:us-east-1:427362365172:data-sets/$DATA_SET_ID/revisions/$REVISION_ID", "Comment": "Revoking Revision Example", "CreatedAt": "2022-03-08T18:54:20.746Z", "UpdatedAt": "2022-03-09T20:28:53.105Z", "DataSetId": "24d30f8446a878237c35d011e7b22d0b", "Finalized": true, "Revoked": true, "RevokedAt": "2022-03-09T20:28:53.105Z", "RevocationComment": "revoking revision example" }
  2. After a revision is revoked, you can delete the assets of the revision using the AWS Data Exchange DeleteAsset API operation.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.