delete

abstract suspend fun delete(roomId: RoomId)
abstract suspend fun delete(roomId: RoomId, type: String)
abstract suspend fun delete(roomId: RoomId, type: String, stateKey: String)