Skip to content

RecordDataTimeSeriesDBResponse

Purpose

Response to a DeleteDataTimeSeriesDBRequest.

Type

Reception:

DeleteDataTimeSeriesDBResponseV1

Records with fields:

The query that expresses the deletion of the time series data from the DB.

The success of the operation, indicating that the KV-pair was deleted successfully or not.

Triggers

Behavior

Performs the requested data record delete operation in the time series DB.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Time Series DB Engine: DeleteDataTimeSeriesDBRequest
Local Time Series DB Engine -->>- Any Local Engine: DeleteDataTimeSeriesDBResponse
%% --8<-- [end:sequence]