Google Workspace · Arazzo Workflow
Google Workspace Delete a User Safely
Version 1.0.0
Look up a user, confirm it exists, then delete the account.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
delete-user-safely
Verify a user exists and then delete the account.
Fetches the user by its key to confirm existence and record its id and org unit, then issues the delete so the account moves into the 20-day recoverable window.
1
lookupUser
getUser
Read the user by its key to confirm the account exists and capture the id and org unit before deleting.
2
deleteUser
deleteUser
Delete the confirmed user account. The user remains recoverable for 20 days via the undelete operation.