Blacklist Apps in devices
post /api/v1/mdm/blacklist/devices
https://{server-hostname}:8383/api/v1/mdm/blacklist/devices
MDMInventory.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Array of device or group resource IDs to apply the blocklist on. Obtain device IDs from the Get Device List response or group IDs from the Get Group List response
Array of app group IDs to blocklist on the specified devices or groups. Obtain from the Get Blocklist Status response
curl --request POST \
--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]}'Blocklist 3 app groups on 3 devices
{
"app_group_ids": [
1,
2,
3
],
"resource_ids": [
1,
2,
3
]
}
Array of device or group resource IDs on which the blocklist was applied
Blocklist successfully applied to devices
{
"resource_ids": [
1,
2,
3
]
}
![]()
Duration: 1 minute | Threshold: 30 | 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.