App Logo
google.com

Delete a Google Workspace user (Admin console)

Deletes a user from the Google Admin console (Workspace) by their full primary email: locates their row in the directory's user list, opens their account page, and goes through the "delete" (not "suspend") path, confirming data-loss. Google purges unmigrated data ~20 days later. Irreversible-in-intent — use admin_create_user's counterpart carefully.

Input

email required

Full primary email of the user to delete, exactly as shown in the directory list, e.g. [email protected]

adminEmail required

Already-signed-in Google Workspace admin account to select in the account chooser, e.g. [email protected]

Output

email required
deleted required
blocked optional

Set to reauth_required when Google demanded a password re-authentication, so nothing was deleted.

FAQ

Deletes a user from the Google Admin console (Workspace) by their full primary email: locates their row in the directory's user list, opens their account page, and goes through the "delete" (not "suspend") path, confirming data-loss. Google purges unmigrated data ~20 days later. Irreversible-in-intent — use admin_create_user's counterpart carefully.
Required: adminEmail, email.
It returns email, blocked, deleted.
Yes. It acts as you on google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the google.com cookies saved by the Reduck extension.
It makes changes on google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/google.com/admin_delete_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/google.com/admin_delete_user
It is part of Reduck's official curated catalogue.

Start building not clicking