DeleteMeasurementResponse¶
Purpose¶
Response to a DeleteMeasurementRequest.
Type¶
Reception:
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.
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]