Skip to content

DeleteMeasurementRequest

Purpose

Find the targeted measurement and delete it from the measurement DB.

Type

Reception:

DeleteMeasurementRequestV1

Records with fields:

*The query that describes the measurement removal operation.

Triggers

DeleteMeasurementResponseV1

Records with fields:

*The query that describes the measurement removal operation.

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]