---
title: "Kick all participants"
method: POST
path: "/meetings/{meeting_id}/active-session/kick-all"
tags: ["Active session"]
---

# Kick all participants

`POST /meetings/{meeting_id}/active-session/kick-all`

Kicks all participants from an active session for the given meeting ID.

## Path parameters

- `meeting_id` string, required

## Response `200`

Kick all participants from a meeting

- object
  - `success` boolean
  - `data` object
    - `action` string
    - `kicked_participants_count` number

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
