Delete data for a day using DataSource API 1.4
Hi,
We are using DataSource.Upload to insert 1000 records in Adobe analytics.
While processing data in AA, some exception occurred due to special character in record 702, because of this request failed and returned exceptions. But 701 records processed successfully and inserted in DataSource in AA.
After that, we fixed issue in upstream and rerun the job for the same day and job succeed.
In AA dashboard, we are getting duplicate count for first 701 records due to rerun of same job.
I want to delete first 701 records so that I won't get duplicate record in my dashboard, may I know how can I delete record for a particular day? or any other way to fix this issue?
Thanks in advance!