---
title: "PUT /challenge/{public_id}/deactivate_members/"
method: PUT
path: "/challenge/{public_id}/deactivate_members/"
tags: ["challenge"]
---

# PUT /challenge/{public_id}/deactivate_members/

`PUT /challenge/{public_id}/deactivate_members/`

This docstring is used by Django Rest Framework

## Request body

- ProfilePublicIdsListAndTeamAsPublicId
  - `profiles` string[], required
  - `is_active` boolean — Whether profile actively participates in challenge. While inactive, scores/leaderboard will not be updated but still be visible.
  - `team` string, uuid — A team public_id is expected

## Response `200`

OK

- ProfilePublicIdsListAndTeamAsPublicId
  - `profiles` string[], required
  - `is_active` boolean — Whether profile actively participates in challenge. While inactive, scores/leaderboard will not be updated but still be visible.
  - `team` string, uuid — A team public_id is expected

---

[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)
