---
title: "Remove users from the team."
method: POST
path: "/admin/teams/{team_id}/members/actions/batch_remove"
tags: ["teams", "admin"]
---

# Remove users from the team.

`POST /admin/teams/{team_id}/members/actions/batch_remove`

## Path parameters

- `team_id` string, required

## Request body

- object — Remove users from the team.
  - `user_ids` string[], required

## Response `201`

Succeeded

- object — User batch
  - `data` object, required
    - `items` string[], required

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
