How to Delete a Profile in Adobe RTCDP? | Community
Skip to main content
pradeep_07
New Participant
June 17, 2025
Solved

How to Delete a Profile in Adobe RTCDP?

  • June 17, 2025
  • 2 replies
  • 631 views

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.

Best answer by AnkitJasani29

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-batches

I hope the above reference helps clarify your queries.

Thanks,

Ankit

2 replies

KumarRishii
New Participant
June 23, 2025
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).
AnkitJasani29
AnkitJasani29Accepted solution
New Participant
June 18, 2025

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-batches

I hope the above reference helps clarify your queries.

Thanks,

Ankit