---
title: "Remove user from team"
method: POST
path: "/teams/{team_id}/removeUser"
---

# Remove user from team

`POST /teams/{team_id}/removeUser`

Remove user from team

## Path parameters

- `team_id` integer, required

## Request body

- object
  - `user_id` integer, required — The id of the user to remove.

## Response `200`

The user has successfully been removed from the team

- object
  - `success` integer — The integer 1 indicating success

## Other responses

- `404` — The team has not been found

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
