Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

delete record by data distiller

Avatar

Level 5

can data distiller delete a record form profile store event-time series dataset if we provide the 1000s of _id values as part of batch every day ?

2 Replies

Avatar

Level 4

deleting a specific record with _id from profile store is not possible even with data distiller.

Avatar

Employee

Hello @Pradeep-Jaiswal 

 

Data Distiller can create a new dataset based upon a conditional statement.  It does not allow for the deletion of records from the profile store and or datalake.  

 

If you are looking to remove records from a the Adobe Experience Platform profile store an option to consider is the following:

 

1) Create a new dataset which is marked for profile

2) Insert records from initial dataset into new dataset created in item 1, using where condition collect records which meet specific criteria.

3) Delete original dataset via Adobe Experience Platform UI.  This deletion action will delete the dataset and delete the records from the unified profile store.