Remove a user
DELETE
/
room
/
{id}
/
user
/
{userId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requireduserId
string
requiredWas this page helpful?