App Logo
supabase.com

Remove Team Member

Removes a member from a Supabase organization by email — revokes membership for an active member, or cancels their invite if they're only a pending invitee. Returns their prior status and confirmation of removal.

Input

email required

Email of the member or pending invitee to remove.

orgId required

Organization slug, e.g. "czohueidxubssokhivlp" (from list_users_and_roles' orgSlug field).

Output

email required
orgId required
status required
previousStatus required

FAQ

Removes a member from a Supabase organization by email — revokes membership for an active member, or cancels their invite if they're only a pending invitee. Returns their prior status and confirmation of removal.
Required: orgId, email.
It returns email, orgId, status, previousStatus.
Yes. It acts as you on supabase.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the supabase.com cookies saved by the Reduck extension.
It makes changes on supabase.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/supabase.com/delete_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/supabase.com/delete_user
It is part of Reduck's official curated catalogue.

Start building not clicking