Skip to content

DeleteDynamicConfigResponse

Purpose

Response to a DeleteDynamicConfigRequest.

Type

Reception:

DeleteDynamicConfigResponseV1

Records with fields:

The key that maps to the deleted dynamic configuration value in the dynamic configuration KV-store.

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

Triggers

Behavior

Performs the requested find operation in the dynamic configurations KV-store, delete both the key and the value, and replies with the deleted key and value.

Message Flow

sequenceDiagram

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