Deletes a quarantine policy group and dissociates it from the custom group, removing all quarantine rules and restrictions
https://{server-hostname}:8383/dcapi/compliance/quarantine/policy/{grpResourceId}
VulnerabilityMgmt.DELETECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
The resource ID of the quarantine custom group to delete. Fetch from Get Quarantine Rule Details
curl --request DELETE \
--url https://appdomain/dcapi/compliance/quarantine/policy/{grpResourceId} \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Result status. true on success, false on failure
Error message when the quarantine policy group is not found
Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
Forbidden error code returned when the authenticated user does not have the required uem-roles (e.g., DataEncryption_Admin or DataEncryptionRecoveryKey_Admin)
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call threshold (configured via threshold/duration in security XML) is exceeded; client is locked out for lock-period minutes
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.