Remove Participant
POST/api/meet/rooms/:room_id/participants/:participant_id/remove
Remove/kick a participant from an active meeting.
Only hosts and team members can remove participants. Cannot remove other hosts or team members. 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
- 200
- 422
Successful Response
Validation Error