---
title: "Remove Participant from Group"
method: POST
path: "/chats/{chat_id}/remove"
tags: ["chats", "group"]
---

# Remove Participant from Group

`POST /chats/{chat_id}/remove`

This endpoint removes a participant from a group

## Headers

- `x-phone` string

## Request body

- object
  - `participants` string[], required — - Provide a list of participants to be removed from the group (in country_code + number format).

## Response `200`

200 OK

- object — The response is an object with `is_success` value for each participant

---

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