DeleteDynamicConfigResponse¶
Purpose¶
Response to a DeleteDynamicConfigRequest.
Type¶
Reception:
Records with fields:
Config Key
: ConfigurationKeyV1
The key that maps to the deleted dynamic configuration value in the dynamic configuration KV-store.
Success Operation
: SuccessOperationConfigKVStoreV1
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]