hghs
hghs copied to clipboard
Leave room
POST /_matrix/client/r0/rooms/:ROOM_ID/leave
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The request DTO is MatrixLeaveRoomRequestDTO
.
The response DTO is MatrixLeaveRoomResponseDTO
.
See also
- https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3roomsroomidleave
- https://spec.matrix.org/v1.2/client-server-api/#client-behaviour-14