---
title: "Remove users from group"
method: POST
path: "/group/{id}/remove_users"
tags: ["Groups"]
---

# Remove users from group

`POST /group/{id}/remove_users`

Remove one or more users from a group by group ID

## Path parameters

- `id` string, required

## Request body

- ApiRequestsUserList
  - `users` string[]

## Response `200`

OK

## Other responses

- `400` — Invalid group ID or request body
- `500` — Internal server error

---

[API](https://skmtc.net/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.net/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
