App Logo
dashboard.stripe.com

Remove team member (Stripe)

Remove a member from a Stripe team by email, or cancel an invitation they never accepted — both cases are handled. It records the member list before and after, returning removed / verified / collateralLoss: proof the right person disappeared and nobody else moved. As a safety guard, the destructive click only fires when the confirmation dialog names the target email. It also reports the person's role and their last sign-in date, which is what reveals access still being used after someone left. dryRun (default true) reaches the confirmation step then backs out. Requires being signed into Stripe with team permissions.

Input

email required

Email address of the team member or pending invite to remove.

dryRun optional

When true (the default) the confirmation modal is opened, checked against the target email, then dismissed without removing. Set false to actually remove.

Output

email required
found required
dryRun required
removed required
role optional
after optional
before optional
verified optional
lastSignIn optional
collateralLoss optional
wasPendingInvite optional

Start building not clicking