Navigation :
test ../../ test data-connectors-overview.html
Data Connectors Overview
test ../../ test data-connectors-overview/whats-new.html
- What's New
test ../../ test changelog.html
Release and migration notes
test ../../ test dee-overview.html
Data Extraction Engine
test ../../ test dlc-overview.html
Data Load Controller
test ../../ test dlc-overview/configuration.html
-
DLC Configuration
test ../../ test dlc-overview/transactions.html
-
DLC Transactions
test ../../ test dlc-overview/transactions/data-loading.html
--
Loading data with the DLC
test ../../ test dlc-overview/transactions/unload-data.html
-- Unloading data with the DLC
test ../../ test dlc-overview/transactions/status-check.html
-- Checking Transaction Status
test ../../ test dlc-overview/responses.html
-
DLC Responses
test ../../ test dlc-overview/design-and-customizations.html
-
DLC Design and Customizations
test ../../ test dlc-overview/user-guide.html
-
User Guide
test ../../ test dlc-overview/dlc-extensions.html
-
DLC Extensions
Unloading data with the DLC
To remove data from a datastore, you need to request an UNLOAD
operation for a topic.
Following example is to unload a particular COBDate for an alias (individual topics
are accepted as well) -
{
"operation" :"UNLOAD" ,
"topics" :[
"ALL"
],
"scope" :{
"CobDate" :"2019-11-21"
}
}
The scope for the UNLOAD
operation is used differently than load operation,
i.e. it is used as a condition for looking up records to be removed from datastore.