DeleteValueKVStoreResponse¶
Purpose¶
Response to DeleteValueKVStoreRequest.
Type¶
Reception:
Records with fields:
Storage Key
: StorageKeyV1
The key that that identifies the piece of data in the KV-store.
Success Operation
: SuccessOperationV1
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]