---
title: "Remove participant from chat room"
method: DELETE
path: "/api/v1/me/chats/{chat_id}/participants/{id}"
tags: ["humanApiParticipants"]
---

# Remove participant from chat room

`DELETE /api/v1/me/chats/{chat_id}/participants/{id}`

Removes a participant from a chat room where you have permission to remove participants.

Requires owner or admin role in the chat room.

## Path parameters

- `chat_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Participant Removed

- ParticipantsRemoveMyChatParticipantResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden (codes: forbidden, cannot_remove_sole_owner)
- `404` — Not Found - Room or participant doesn't exist

---

[API](https://skmtc.dev/band/apis/request-api.md) · [All operations](https://skmtc.dev/band/apis/request-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/band/request-api/revisions/38986fe961e1/schema)
