Skip to content

DeleteValueKVStoreResponse

Purpose

Response to DeleteValueKVStoreRequest.

Type

Reception:

DeleteValueKVStoreRequestV1

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.

Triggers

Behavior

After deleting the KV-pair from the KV-store, send a message indicating the success or failure of the operation.

Message Flow

sequenceDiagram

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