---
title: "POST /DisconnectParticipant"
method: POST
path: "/DisconnectParticipant"
---

# POST /DisconnectParticipant

`POST /DisconnectParticipant`

Disconnects a specified participant from a specified stage. If the participant is publishing using an <a>IngestConfiguration</a>, DisconnectParticipant also updates the <code>stageArn</code> in the IngestConfiguration to be an empty string.

## Request body

- object
  - `stageArn` string, required — ARN of the stage to which the participant is attached.
  - `participantId` string, required — Identifier of the participant to be disconnected. IVS assigns this; it is returned by <a>CreateParticipantToken</a> (for streams using WebRTC ingest) or <a>CreateIngestConfiguration</a> (for streams using RTMP ingest).
  - `reason` string — Description of why this participant is being disconnected.

## Response `200`

Success

- DisconnectParticipantResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — PendingVerification

---

[API](https://skmtc.net/aws/apis/ivs-realtime.md) · [All operations](https://skmtc.net/aws/apis/ivs-realtime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/ivs-realtime/versions/f8857274a50f/schema)
