forgetRoom

abstract suspend fun forgetRoom(roomId: RoomId, asUserId: UserId? = null): Result<Unit>

See also

ForgetRoom