remove document from devices
delete /api/v1/mdm/docs/{doc_id}/devices
https://{server-hostname}:8383/api/v1/mdm/docs/{doc_id}/devices
MDMDeviceMgmt.DELETECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the document. Obtain from the Upload Content or Get Content List response
Array of device IDs to disassociate from the content. Obtain from the Get Device List response
curl --request DELETE \
--url https://appdomain/api/v1/mdm/docs/{doc_id}/devices \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"devices":[9007199254741036,9007199254741038,9007199254741040]}'Disassociate content from specific device IDs
{
"devices": [
9007199254741036,
9007199254741038,
9007199254741040
]
}
204 No Content![]()
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.