Remove blacklisting of app from device apps from devices
delete /api/v1/mdm/blacklist/devices
https://{server-hostname}:8383/api/v1/mdm/blacklist/devices
MDMInventory.DELETECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Array of device or group resource IDs from which to remove the blocklist. Obtain device IDs from the Get Device List response or group IDs from the Get Group List response
Array of app group IDs to remove from the blocklist on the specified devices or groups. Obtain from the Get Blocklist Status response
curl --request DELETE \
--url https://appdomain/api/v1/mdm/blacklist/devices \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"app_group_ids":[1,2,3],"resource_ids":[1,2,3]}'Remove blocklist for 3 app groups from 3 devices
{
"app_group_ids": [
1,
2,
3
],
"resource_ids": [
1,
2,
3
]
}
Array of device or group resource IDs from which the blocklist was removed
Blocklist successfully removed from devices
{
"resource_ids": [
1,
2,
3
]
}
![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.