Skip to main content

Remove Participant

POST 

/api/meet/rooms/:room_id/participants/:participant_id/remove

Remove/kick a participant from an active meeting.

Only the meeting host may remove participants — anyone joining via the public meeting link (including team members of the room's tenant) is a regular participant and cannot moderate. Cannot remove another host (the room creator). Disconnects the participant from the room and marks them as left in DB.

  • room_id: The room ID or meeting code
  • participant_id: The participant to remove

Request

Responses

Successful Response