Skip to content

DeleteMeasurementResponse

Purpose

Response to a DeleteMeasurementRequest.

Type

Reception:

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.

Triggers

Behavior

Responds with a message, indicating that the removal operation succeeded or failed.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Dynamic Config Engine: DeleteMeasurementRequest
Dynamic Config Engine -->>- Any Local Engine: DeleteMeasurementResponse
%% --8<-- [end:sequence]