With the Android Management API, I delete a device using the enterpises.devices.delete method. This works fine if the device has a data connection.
However, what happens if the device is offline? If the device is turned off, then turned on several weeks after, will the device be deleted once online again?
I need to understand this logic, so that I can decide when to remove the device from my database.
Thanks