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.