Modify Chrome Configuration payload
https://{server-hostname}:8383/api/mdm/chrome_configurations/profiles/{profile_id}/payloads/chromeconfigpolicy/payloaditems/{payload_id}
MDMDeviceMgmt.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Unique identifier of the payload item. Obtain from the Get Payload Item IDs response
Template Id
Profile Scope
Chrome Configuration
List of chrome configurations to remove
curl --request PUT \
--url https://appdomain/api/mdm/chrome_configurations/profiles/{profile_id}/payloads/chromeconfigpolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"chrome_configuration":[],"template_id":1,"remove_chrome_configuration":[],"profile_scope":"0"}'Modify Chrome Configuration payload item
{
"chrome_configuration": [],
"template_id": 1,
"remove_chrome_configuration": [],
"profile_scope": "0"
}
Profile Id
Unique identifier for the modified payload item
Chrome Configuration payload item successfully modified
{
"profile_id": 1,
"payloaditem_id": 9007199254741000
}
![]()
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.