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

FAQ

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.
Required: email. Optional: dryRun.
It returns role, after, email, found, before, dryRun, removed, verified, lastSignIn, collateralLoss, wasPendingInvite.
Yes. It acts as you on dashboard.stripe.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the dashboard.stripe.com cookies saved by the Reduck extension.
It makes changes on dashboard.stripe.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/dashboard.stripe.com/delete_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/dashboard.stripe.com/delete_user
It is part of Reduck's official curated catalogue.

Start building not clicking