---
title: "Remove user from group"
method: DELETE
path: "/groups/{id}/members/{user_id}"
tags: ["Groups"]
---

# Remove user from group

`DELETE /groups/{id}/members/{user_id}`

Removes a user from an existing group in Cognito

## Path parameters

- `id` string, required
- `user_id` string, required

## Response `200`

User removed from group

- Group — A group in the user pool
  - `id` string — The group ID
  - `name` string — The group name
  - `precedence` integer — The priority of the group
  - `created` string, date-time — The date the group was created
  - `last_modified_date` string, date-time
  - `role_arn` string
  - `user_pool_id` string

## Other responses

- `400` — Request rejected due to invalid parameters supplied
- `401` — Authentication information is missing or invalid
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/identity-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/identity-api/revisions/6472459b6b03/schema)
