App Logo
console.neon.tech

Remove Neon organization member

Remove a member, or cancel a pending invite, from the current Neon organization, identified by email. Checks the org's members and invitations lists to determine which branch applies: joined members are removed via "Remove from organization" (plain confirm, no re-typing required); pending invites are cancelled via "Cancel invite". Returns the removed email and whether it was a pending invite.

Input

email required

Email of the member or pending invite to remove.

Output

email required
removed required
wasPending required

FAQ

Remove a member, or cancel a pending invite, from the current Neon organization, identified by email. Checks the org's members and invitations lists to determine which branch applies: joined members are removed via "Remove from organization" (plain confirm, no re-typing required); pending invites are cancelled via "Cancel invite". Returns the removed email and whether it was a pending invite.
Required: email.
It returns email, removed, wasPending.
Yes. It acts as you on console.neon.tech: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the console.neon.tech cookies saved by the Reduck extension.
It makes changes on console.neon.tech, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/console.neon.tech/delete_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/console.neon.tech/delete_user
It is part of Reduck's official curated catalogue.

Start building not clicking