Meters Remove Command
data class MetersRemoveCommand(val session: Int? = null, val meters: List<String> = listOf()) : SessionCommand
Removes a meter from a session.
Only meters that are currently assigned to the session can be removed.