Skip to content

DeleteDataTimeSeriesDBRequest

Purpose

Delete time series data from the DB.

Type

Reception:

DeleteDataTimeSeriesDBRequestV1

Records with fields:

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

Triggers

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.

Behavior

Delete time series data from 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]