---
title: "Remove members from a grouip"
method: PATCH
path: "/v2/org/{orgId}/group/{groupId}/removemembers"
tags: ["group"]
---

# Remove members from a grouip

`PATCH /v2/org/{orgId}/group/{groupId}/removemembers`

## Path parameters

- `orgId` string, required
- `groupId` string, required

## Query parameters

- `scenarioId` string
- `date` string, date

## Request body

- AddRmvGroupMemberRequest
  - `jobIds` string[], required — job IDs to add to or remove from the group

## Response `204`

members updated

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
