---
title: "Remove Digital Humans From Community"
method: PUT
path: "/v1/remove-from-community/{community_id}"
tags: ["Communities"]
---

# Remove Digital Humans From Community

`PUT /v1/remove-from-community/{community_id}`

Remove digital humans from a community without deleting them globally.

## Path parameters

- `community_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Request body

- AddToCommunityRequest
  - `digital_human_ids` integer[], required — List of digital human (test case) IDs to add to this community

## Response `200`

Successful Response

- CommunityResponse — Response model for community operations
  - `id` string, required — Unique identifier for the community
  - `title` string, required — Title of the community
  - `description` string, nullable — Description of the community
  - `created_at` string, date-time, required — When this community was created
  - `digital_human_ids` integer[] — List of digital human (test case) IDs associated with this community

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
