コミュニティアチーブメントバーを展開する。

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

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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/... 

元の投稿で解決策を見る

3 返信

Avatar

正解者
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.