Skip to content

DeleteDynamicConfigRequest

Purpose

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

Type

Reception:

DeleteDynamicConfigRequestV1

Records with fields:

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

Triggers

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.

Behavior

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

Message Flow

sequenceDiagram

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