Revoke access

Revoking is one click in the team page. The interesting part is what it triggers behind the scenes — and when reducing a role is the better answer than removing the member entirely.

Revoke vs reduce

Both options live next to each member on the team page. Picking between them depends on what the member will still do:

What stops working the moment you revoke

What doesn't change

If you might re-invite them later

Revoking and later re-inviting is the right pattern. The member's Airbrx login is untouched; the second invite picks up exactly the way the first did. You don't need to "keep them around at viewer level" against future need — that's cargo-culted from systems that didn't have clean revoke semantics.

Bulk revoke during an offboarding

For an employee who's leaving the company, the cleanest move is to walk every tenant they're a member of and revoke from each. The team page shows their full membership in one row once filtered by email. Pair this with a sweep of any PATs they minted that aren't tenant-scoped (account-wide tokens are revoked through the API explorer).

Audit trail

Every revoke is recorded with the actor, the affected member, the role at the time of revoke, and the timestamp. Audit events surface in the team page's history strip and in the analytics audit endpoint. Don't rely on screenshots for compliance evidence — the underlying record is authoritative.

Where to go next

Open the team page

Revoke or reduce from the same place you invited.

Open in the App