Consent Groups
Remove Data Subject from Parent Consent Group
Use this API to remove a single data subject as a child of the specified Parent Consent Group.
🗒 Things to Know
- Only one data subject can be removed per API call.
delete/api/consent/v2/consent-groups/{consentGroupGuid}/data-subjects/{dataSubjectGuid}
Path parameters
consentGroupGuidstring uuid required
Example:1a6c1e65-aa4f-4d79-ac62-7fe905616f71
The UUID of the Consent Group. consentGroupGuid can be retrieved using the Get a paged view for consent groups API
dataSubjectGuidstring uuid required
Example:fa3e4567-e89b-12d3-a456-426614176901
The UUID of the Data Subject to be deleted from Consent Group. dataSubjectGuid can be retrieved using Get a paged list of Data Subjects
Response
Data Subject removed successfully.