Consent Groups
Remove Consent Groups from Parent Consent Group
Use this API to remove Consent Groups as children of the specified Parent Consent Group.
🗒 Things to Know
- Multiple Consent Groups can be removed within the same API call by specifying the list of child Consent Group IDs.
delete/api/consent/v2/consent-groups/{consentGroupGuid}/consent-groups
Path parameters
consentGroupGuidstring uuid required
Example:1a6c1e65-aa4f-4d79-ac62-7fe905616f71
The UUID of the parent Consent Group. The consentGroupGuid can be obtained using the Get a Paged View for Consent Group API
Request body
Example request
{
"consentGroupIds": [
"3b3ecf8f-afe5-4ff3-a621-5c519a385fae",
"fa3ecf8f-afe5-41f3-a621-5c519a38521e"
]
}Response
Consent Groups removed successfully.