Google Android · Arazzo Workflow
Google Android Offboard an Enterprise
Version 1.0.0
Inventory the fleet, relinquish ownership of each managed device, then delete the enterprise.
View Spec
View on GitHub
AndroidGoogleMobile DevelopmentMobile Operating SystemOpen SourceArazzoWorkflows
Provider
Workflows
offboard-enterprise
Release every managed device and then delete the enterprise. Destructive and irreversible.
Lists the fleet, relinquishes ownership of each device so it leaves management cleanly, then deletes the enterprise resource.
1
confirmEnterprise
getEnterprise
Read the enterprise and capture its display name so an operator can confirm they are retiring the enterprise they intended before anything destructive runs.
2
inventoryFleet
listDevices
List every device still bound to the enterprise. This is the set that must be released before the enterprise can be deleted safely.
3
relinquishDevice
issueDeviceCommand
Release a managed device from the enterprise. Repeat this step for every device returned by the inventory, paging through nextPageToken, before continuing to the delete.
4
deleteEnterprise
deleteEnterprise
Delete the enterprise. This is irreversible: the enterprise name, its policies, and its enrollment tokens cannot be recovered afterwards.
Source API Descriptions
openapi