OpenAPI 3.1.0raw.githubusercontent.com2026-08-051,2852,0364.4 MB

8f5f4e537994

Room Sessions

End a room session.

Note: this will also kick all participants currently present in the room

post/room_sessions/{room_session_id}/actions/end

Path parameters

room_session_idstring uuid required
Example:0ccc7b54-4df3-4bca-a65a-3da1ecc777f0

The unique identifier of a room session.

Response

Success Action Response

Example response

{
  "data": {
    "result": "ok"
  }
}