---
title: "Remove members"
method: POST
path: "/team/{public_id}/remove_members/"
tags: ["team"]
---

# Remove members

`POST /team/{public_id}/remove_members/`

Remove members from the team

## Request body

- ProfilePublicIdsList
  - `profiles` string[], required
  - `is_active` boolean — Whether profile actively participates in challenge. While inactive, scores/leaderboard will not be updated but still be visible.

## Response `201`

Created

- ProfilePublicIdsList
  - `profiles` string[], required
  - `is_active` boolean — Whether profile actively participates in challenge. While inactive, scores/leaderboard will not be updated but still be visible.

---

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