Skip to content

DeleteValueKVStoreRequest

Purpose

Find a value by its key in the KV-store and delete both the key and the value.

Type

Reception:

DeleteValueKVStoreRequestV1

Records with fields:

The key that that identifies the piece of data that should be removed from the KV-store.

Triggers

DeleteValueKVStoreResponseV1

Records with fields:

The key that that identifies the piece of data in the KV-store.

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

Behavior

Finds a value by its key in the KV-store and delete both the key and the value.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Local KV Storage Engine: DeleteValueKVStoreRequest
Local KV Storage Engine -->>- Any Local Engine: DeleteValueKVStoreResponse
%% --8<-- [end:sequence]