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.

Start building not clicking