Revoking Parsivex access

How to delete the IAM role, what happens to your Parsivex data, and how to reconnect later.

Last updated July 5, 2026

You can disconnect Parsivex from your AWS account at any time. Revoking access is immediate — no waiting period, no support ticket required.

Delete the IAM role in AWS

The fastest way to revoke access is to delete the read-only IAM role from your AWS account:

  1. Open the IAM console

    Sign in to the AWS Management Console and navigate to IAMRoles.

  2. Find your Parsivex role

    Search for the role you created during onboarding (commonly named ParsivexReadOnly or similar).

  3. Delete the role

    Select the role, choose Delete, and confirm. If you deployed via CloudFormation, you can delete the entire stack instead.

Once the role is deleted, Parsivex cannot assume it. Any in-progress scan will fail, and no new scans can run against that AWS account until you reconnect.

Remove the connection in Parsivex (optional)

Deleting the IAM role is sufficient to stop all AWS access. You can also remove the connection record from Parsivex:

  1. Go to Integrations → AWS connections
  2. Click Remove on the connection you want to disconnect
  3. Confirm the removal

Removing the connection cleans up your Parsivex dashboard but does not affect the IAM role in AWS. If you only remove the connection in Parsivex without deleting the role, the role still exists in your account (harmless, but unused).

What happens to your Parsivex data

Revoking AWS access and deleting Parsivex data are separate actions:

ActionAWS accessParsivex scan data
Delete IAM roleRevoked immediatelyRetained — past scans and reports remain in your account
Remove AWS connection in IntegrationsRevoked (role must also be deleted for full revocation)Connection record removed; scan history retained
Delete your Parsivex accountN/A — you must still delete IAM roles manuallyPermanently deleted — all workspaces, scans, and reports removed

Past scan results, findings, and reports stay in your Parsivex account after you revoke AWS access. This lets you review historical savings data even after disconnecting. If you want that data removed too, delete your Parsivex account from SettingsDanger zone.

Re-connecting later

You can reconnect Parsivex to the same AWS account at any time:

  1. Create a new read-only IAM role (the previous role was deleted, so you start fresh)
  2. Use the External ID shown in your Parsivex dashboard during onboarding
  3. Paste the new Role ARN into Integrations or the onboarding wizard
  4. Run a new scan

Your previous scan history remains in Parsivex if you did not delete your account. New scans will produce fresh findings based on current resource state.

Related articles