Deletes a quarantine policy group and dissociates it from the custom group, removing all quarantine rules and restrictions
https://{serverurl}/dcapi/compliance/quarantine/policy/{grpResourceId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The resource ID of the quarantine custom group to delete. Fetch from Get Quarantine Rule Details
curl --request DELETE \
--url https://appdomains/dcapi/compliance/quarantine/policy/{grpResourceId} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Result status. true on success, false on failure
Error message when the quarantine policy group is not found
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Quarantine policy group deleted successfully
{
"status": "true"
}
Quarantine policy group not found
{
"statusMsg": "policy grp id not present",
"status": "false"
}
User is action-restricted for this custom group
{
"errorMessage": "User Not Authorized",
"errorCode": "UAC_UNAUTHORIZED"
}
Quarantine is not available in VMP Professional Edition
{
"errorMessage": "You do not have enough permission to perform this action. Upgrade to Enterprise Edition to use these features.",
"errorCode": "FORBIDDEN"
}
API call threshold exceeded
{
"errorMessage": "Rate limit exceeded. Retry after some time",
"errorCode": "TOO_MANY_REQUESTS"
}
![]()
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.