Skip to main content
DELETE
remove participant from room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

roomId
string
required

Room ID

Maximum string length: 50

Body

application/json

Information of participants to be removed from the room

participantUserId
string
required

User ID of the participant to be removed from the room

Maximum string length: 50

Response

list of rooms

rooms
object[]
roomChildrens
object[]
users
object[]
files
object[]