installs
Requests to remove an app from a device. A call to get or list will still show the app as installed on the device until it is actually removed. A successful response indicates that a removal request has been sent to the device. The call will be considered successful even if the app is not present on the device (e.g. it was never installed, or was removed by the user).
delete/androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}
Path parameters
enterpriseIdstring required
The ID of the enterprise.
userIdstring required
The ID of the user.
deviceIdstring required
The Android ID of the device.
installIdstring required
The ID of the product represented by the install, e.g. "app:com.google.android.gm".
Response
Successful response