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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Profile Deletion through Privacy API

Avatar

Level 4

Hello All,

Anyone tried to delete the profiles through Privacy API? I have tried and the status is showing "Success", but I can see the profiles in my sandbox. 

Thanks in advance

Sheejo Rapheal

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @sheejo 

 

Profile deletion using Privacy API takes up to 30 days. Please refer to the following post:-

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/delete-profiles-from-aep/... 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @sheejo 

 

Profile deletion using Privacy API takes up to 30 days. Please refer to the following post:-

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/delete-profiles-from-aep/... 

Avatar

Employee Advisor

@sheejo Here is some additional info regarding GDPR operations on Profile service:

These are handled at identity fragment level. Identity fragment contains all the data (attributes as well as events) associated with an identity.

 

  • For a Delete Request, it deletes the profile from all sandboxes and for all specified user ID’s in a given request When we issue delete profile it deletes the associated events for the profile for specified user ID’s
  • When delete GDPR request is processed by UPS, we will delete profile and data collected against primary ID - That is the important information here, it has to be the primary ID.
  • Experience events collected against the linked IDs is not deleted.

 

Depending on your business requirements (maybe just having the profile fragments deleted is sufficient), you can fully process a Profile deletion via the API (see https://developer.adobe.com/experience-platform-apis/references/profile/#tag/Entities/operation/dele...)

 

Avatar

Level 4

Solved the issue.