DorkOS
ApiRoomsIdMembersAuthorid

Remove a member from a room

DELETE
/api/rooms/{id}/members/{authorId}

Operator-only. Also drops that member's per-room session binding.

Path Parameters

id*string
Length1 <= length
authorId*string
Length1 <= length

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/rooms/string/members/string"
Empty
{  "error": "string",  "details": null}
{  "error": "string",  "details": null}