DeleteMeasurementRequest¶
Purpose¶
Find the targeted measurement and delete it from the measurement DB.
Type¶
Reception:
Records with fields:
Measurement Query
: MeasurementQueryV1
*The query that describes the measurement removal operation.
Triggers
Records with fields:
Measurement Query
: MeasurementQueryV1
*The query that describes the measurement removal operation.
Success Operation
: SuccessOperationMeasurementDBV1
The success of the operation, indicating that the KV-pair was deleted successfully or not.
Behavior¶
Performs a removal operation in the measurement DB.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Dynamic Config Engine: DeleteMeasurementRequest
Dynamic Config Engine -->>- Any Local Engine: DeleteMeasurementResponse
%% --8<-- [end:sequence]