---
title: "Remove Data Subject from Parent Consent Group"
method: DELETE
path: "/api/consent/v2/consent-groups/{consentGroupGuid}/data-subjects/{dataSubjectGuid}"
tags: ["Consent Groups"]
---

# Remove Data Subject from Parent Consent Group

`DELETE /api/consent/v2/consent-groups/{consentGroupGuid}/data-subjects/{dataSubjectGuid}`

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.

## Path parameters

- `consentGroupGuid` string, uuid, required
- `dataSubjectGuid` string, uuid, required

## Response `204`

Data Subject removed successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.dev/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.dev/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
