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

# Kick participants from an active session

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

Kicks one or more participants from an active session using user ID or custom participant ID.

## Path parameters

- `meeting_id` string, required

## Request body

- object
  - `participant_ids` string[]
  - `custom_participant_ids` string[]

## Response `200`

Kick participants success response

- object
  - `success` boolean
  - `data` object
    - `action` string
    - `participants` SessionParticipant[]
      - `id` string, required — ID of the session participant
      - `created_at` string, required
      - `updated_at` string, required
      - `name` string — Name of the session participant.
      - `email` string — Email of the session participant.
      - `picture` string — A URL pointing to a picture of the participant.

## Other responses

- `404` — No participant found for the given `participant_id` or `custom_participant_id`

---

[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)
