Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Delete Profile from AEP

Avatar

Level 10

Assuming that I work the Bank and I want to delete Profile because customer is fraud etc and I do not want that profile to affect Aggrement Limits I should use this endpoint?

https://developer.adobe.com/experience-platform-apis/references/profile/#operation/deleteEntity

Do you know any other way?

Do the data from Identity Graph should be deleted separately? Does these data affect data limits?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

This blog describes the process. 

 

It works for me (screenshots below). The problem is that this will remove only one specific profile fragment from the profile store and a full cleanup of all profile fragments tied to this profile does (to my knowledge) not happen. Maybe someone else has some more info on this one. You could surely also create a delete request (Privacy > Requests > Create Request), but this is not meant to support bulk deletions (and will also take a while to process).

 

https://platform.adobe.io/data/core/ups/access/entities?schema.name=_xdm.context.profile&entityIdNS=... namespace>&entityId=<your namespace value linked to the profile>

bjoern__koth_1-1752148296543.png

bjoern__koth_0-1752148235809.png

bjoern__koth_2-1752148888717.png

 

Cheers from Switzerland!


View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

This blog describes the process. 

 

It works for me (screenshots below). The problem is that this will remove only one specific profile fragment from the profile store and a full cleanup of all profile fragments tied to this profile does (to my knowledge) not happen. Maybe someone else has some more info on this one. You could surely also create a delete request (Privacy > Requests > Create Request), but this is not meant to support bulk deletions (and will also take a while to process).

 

https://platform.adobe.io/data/core/ups/access/entities?schema.name=_xdm.context.profile&entityIdNS=... namespace>&entityId=<your namespace value linked to the profile>

bjoern__koth_1-1752148296543.png

bjoern__koth_0-1752148235809.png

bjoern__koth_2-1752148888717.png

 

Cheers from Switzerland!