---
title: "Remove participants from community"
method: DELETE
path: "/communities/{CommunityID}/participants"
tags: ["Communities"]
---

# Remove participants from community

`DELETE /communities/{CommunityID}/participants`

This method is responsible for remove paricipants from community.

## Path parameters

- `CommunityID` string, required — Group ID

## Request body

- ListParticipantsRequest
  - `participants` ContactID[]

## Response `200`

OK

- object
  - `success` boolean
  - `failed` ContactID[]
  - `processed` ContactID[]

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization
- `403` — Not permission
- `404` — Community not found
- `500` — Internal Error

---

[API](https://skmtc.dev/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.dev/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/revisions/40ab05abffdb/schema)
