Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 812 Bytes

File metadata and controls

36 lines (26 loc) · 812 Bytes

Delete Rooms

Delete a public or private room.

NameRequires AuthPermissionSetting
eraseRoomYesdelete-c or delete-p

Payload Parameters

Argument Example Required Description
roomId 64a1f373376181965ab77f54 Required The room id

Example Call

{
    "msg": "method",
    "method": "eraseRoom",
    "id": "92",
    "params": [
        "64a1f540376181965ab77f5b"
    ]
}

Example Response

{
    "msg": "result",
    "id": "92",
    "result": true
}