v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14179784.8 KB

Disconnects all connections using a specified user ID from a room. This replicates the <a href="https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html"> DisconnectUser</a> WebSocket operation in the Amazon IVS Chat Messaging API.

post/DisconnectUser

Request body

roomIdentifierstring required

Identifier of the room from which the user's clients should be disconnected. Currently this must be an ARN.

userIdstring password required

ID of the user (connection) to disconnect from the room.

reasonstring

Reason for disconnecting the user.

Response

Success

DisconnectUserResponse required