Navigation :
test ../../../ test whats-new.html
What's New
test ../../../ test data-connectors-overview.html
Atoti Data Connectors Overview
test ../../../ test data-connectors-overview/tracing.html
- Tracing
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/user-guide.html
-
User Guide
test ../../../ test dlc-overview/user-guide/rest-api.html
--
DLC REST API
test ../../../ test dlc-overview/user-guide/dlc-rest-api-example.html
-- DLC REST API Example
test ../../../ test dlc-overview/user-guide/requests.html
--
DLC Requests
test ../../../ test dlc-overview/user-guide/requests/data-loading.html
---
Loading data with the DLC
test ../../../ test dlc-overview/user-guide/requests/unload-data.html
--- Unloading data with the DLC
test ../../../ test dlc-overview/user-guide/requests/status-check.html
--- Checking Request Status
test ../../../ test dlc-overview/user-guide/responses.html
--
DLC Responses
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"
}
}
note
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.