@navink386520 When you say remove it all depends on from where? and also if the data set is a time series or Record (Attributes) data.
Record data: If record data type, you can overwrite those attributes on day 2 if that work for you? else you can remove the entire profile using privacy API. Another option is to drop the entire dataset thus deleting all data.
Time series data: This is time stamped data, no two rows will be same because of time stamp and hence there is not really any way to remove or update data in this case. Your only option is
- Delete the batch which ingested the data ( will also delete other rows of data), if enabled for profile this method will not remove it from profile
- Delete dataset to remove all data & which will remove all of the profile related data as well
Hope that helps
Anil