v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

consentGroupIdsstring[]

A list of Consent Groups to be added to a Consent Group as its children, identified by their ids

Example request

{
  "consentGroupIds": [
    "3b3ecf8f-afe5-4ff3-a621-5c519a385fae",
    "fa3ecf8f-afe5-41f3-a621-5c519a38521e"
  ]
}

Response

Consent Groups removed successfully.