Removes the compliance policy group association from a custom group (target group) and cleans up the related collection and configuration
post /dcapi/scap/compliance/map/dissociate
https://{server-hostname}:8383/dcapi/scap/compliance/map/dissociate
VulnerabilityMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Custom group resource ID (target group). Fetch from Get CG Association Details
Associated collection ID. Fetch from Get CG Association Details
curl --request POST \
--url https://appdomain/dcapi/scap/compliance/map/dissociate \
--header 'Accept: application/dissociatePolicyGrp.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/dissociatePolicyGrp.v1+json' \
--data '{"customGroup":"301","collectionId":5001}'Remove a policy group association from a target group
{
"customGroup": "301",
"collectionId": 5001
}
Result status. success or failed
HTTP status code (400)
API-specific error code identifying the validation failure
Error message describing the validation failure
Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
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
Policy group dissociated successfully
{
"status": "success"
}
Dissociation failed
{
"status": "failed"
}
A request body parameter has an invalid format or type
{
"errorCode": "IAM0025",
"url": "/dcapi/scap/compliance/map/dissociate",
"errorMsg": "customGroup is an invalid parameter format."
}
User is action-restricted for this custom group
{
"errorMessage": "User Not Authorized",
"errorCode": "UAC_UNAUTHORIZED"
}
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.