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