Programmatic way to cleanse identity maps that merged
Hi there,
Wondering if there's programmatic solution/recommendation/query out there to remove stitched identities? In the picture below:
- Red = ECID
- Green = CRM ID
The issue is customer logging into multiple accounts with the same ECID, multiple accounts are mapped stitched together into 1 profile. Where in this case, we want to keep the 3 profiles (green) separate. So I want a programmatic way to identify the red ECID, then send it over to data Lifecycle API to delete.

Thanks.