Agent Delete Measurement Command
data class AgentDeleteMeasurementCommand(val target: String, val uniqueId: String? = null) : AgentCommand
Delete a measurement.
The target directory must exist. If a unique ID is given, it also must match.