Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

How to Remove a Schema Once it is set for Profile

Avatar

Level 2

During our initial attempt at go live we imported several schemas from our Dev environment and enabled them for profile.  During final validation a major issue was discovered, and we had to do a significant re-architecture.  I am now attempting to migrate in the updated schemas but running into issues as we're overwriting schemas that already exist, so the import is throwing errors.  What is the best way to either remove the existing schemas so I can pull in the new ones, or align the data so they overwrite properly and update to the new structure?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @DanSpigs1 

that's not possible, at least not through the UI. But this blog may be helpful. Seems like the API can perform this task.

But you must make sure beforehand that there are no datasets referencing this schema.

https://www.bounteous.com/insights/2020/06/25/building-schemas-adobe-experience-platform/#:~:text=As....

 

This is actually a task the AI Assistant can help you with

bjoern__koth_0-1746128930873.png

 

Cheers from Switzerland!


View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @DanSpigs1 

that's not possible, at least not through the UI. But this blog may be helpful. Seems like the API can perform this task.

But you must make sure beforehand that there are no datasets referencing this schema.

https://www.bounteous.com/insights/2020/06/25/building-schemas-adobe-experience-platform/#:~:text=As....

 

This is actually a task the AI Assistant can help you with

bjoern__koth_0-1746128930873.png

 

Cheers from Switzerland!


Avatar

Level 2

Thank you, that seemed like the case but was hoping I had missed something.  Seems an odd feature to not have in the UI.  Appreciate the feedback.