---
title: "Remove people from group"
method: POST
path: "/groups/{groupId}/remove-people"
tags: ["Groups"]
---

# Remove people from group

`POST /groups/{groupId}/remove-people`

Remove people from a group.

## Path parameters

- `groupId` string, required

## Request body

- object
  - `updates` object[], required — List of people IDs to remove from a group.
    - `id` string, required

## Response `200`

Ok

- BulkResponse
  - `results` UpdateResponse[], required — List of results matching the length and order of the request
    - union
      - SuccessResponse
        - `id` string, required — Id of the record
        - `status` 'SUCCESS', required
      - NonSuccessResponse
        - `id` string, required — Id of the record
        - `status` 'ERROR', required
        - `message` string, required — Message an error message

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
