Un-Approve the specified patches to exclude them from deployment.
put /dcapi/patch/settings/unApprovePatches
https://{serverurl}/dcapi/patch/settings/unApprovePatches
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Array of patch IDs to unapprove
Optional remarks for the unapproval action
curl --request PUT \
--url https://appdomains/dcapi/patch/settings/unApprovePatches \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"patchIds":[12345,67890]}'Unapprove patches due to compatibility issue
{
"patchIds": [
12345,
67890
],
"remarks": "Reverted due to compatibility issue"
}
Operation result: success or failure
Number of patches successfully unapproved
Patches unapproved
{
"unapprovedCount": 2,
"status": "success"
}
![]()
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.