---
title: "Remove a user from groups"
method: DELETE
path: "/user/{id}/groups"
tags: ["Users"]
---

# Remove a user from groups

`DELETE /user/{id}/groups`

Removes a user from one or more groups. The user cannot be removed from the tenant-wide "All Users" group.

## Path parameters

- `id` string, required

## Request body

- ApiRequestsGroupList
  - `groups` string[]

## Response `200`

OK

## Other responses

- `400` — Invalid user ID or request body
- `403` — Insufficient permissions
- `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)
