Expand my Community achievements bar.

Join expert-led sessions on Real-Time CDP & Journey Optimizer designed to boost your impact.
SOLVED

How to Delete a Profile in Adobe RTCDP?

Avatar

Level 7

Hi Community,

I’m looking for guidance on how to properly delete a profile in Adobe Real-Time CDP (RTCDP).

  1. If I delete a dataset that contributes to profile stitching and profile usage, will that automatically remove the associated profiles from RTCDP?
  2. Is it recommended to use the Profile API to delete individual profiles instead?
  3. For context, I have already paused the Azure pipelines/workflows in Adobe Experience Platform that were contributing to the dataset I plan to delete.

Would appreciate any best practices or insights on how to ensure the profiles are fully removed and not just the dataset.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi @pradeep_07 ,

If you want to delete profile just from profile store only using api then I suggest to go through below reference video as it may helpful.

https://experienceleague.adobe.com/en/docs/platform-learn/tutorials/profiles/delete-profiles

https://experienceleague.adobe.com/en/docs/experience-platform/profile/api/entities

If you want to remove dataset then below reference video may helpful.

https://experienceleague.adobe.com/en/docs/platform-learn/tutorials/data-hygiene/delete-datasets-and...

I hope the above reference helps clarify your queries.

Thanks,

Ankit

View solution in original post

2 Replies

Avatar

Correct answer by
Level 7

Hi @pradeep_07 ,

If you want to delete profile just from profile store only using api then I suggest to go through below reference video as it may helpful.

https://experienceleague.adobe.com/en/docs/platform-learn/tutorials/profiles/delete-profiles

https://experienceleague.adobe.com/en/docs/experience-platform/profile/api/entities

If you want to remove dataset then below reference video may helpful.

https://experienceleague.adobe.com/en/docs/platform-learn/tutorials/data-hygiene/delete-datasets-and...

I hope the above reference helps clarify your queries.

Thanks,

Ankit

Avatar

Level 5
1. No, deleting a dataset does not automatically delete the associated profiles in Adobe RTCDP. It only removes the records in that specific dataset. If other datasets or identity links are contributing to the profile, it will remain in RTCDP.
 
2. Yes, you can use Profile Service API to delete profiles by their unique identifiers (e.g., UserID or ECID).