Google Workspace · Arazzo Workflow
Google Workspace Find and Delete a Group
Version 1.0.0
Search groups by query, branch on a match, then delete the group.
View Spec
View on GitHub
CalendarCollaborationEmailProductivityStorageVideo ConferencingArazzoWorkflows
Provider
Workflows
find-and-delete-group
Search for a group and delete it when a match is found.
Searches the groups list with a query, branches on whether a group was returned, confirms the matched group, and deletes it.
1
searchGroups
listGroups
Search the groups list with the supplied query, returning at most one candidate match.
2
confirmGroup
getGroup
Read the matched group to confirm it exists before deleting it.
3
deleteGroup
deleteGroup
Delete the confirmed group from the directory.