Attribute Sync - Identity Attribute Change For Already Synced AD Field

We were using a certain identity attribute to sync telephoneNumber in AD before and now as part of phone system migration, we have another identity attribute that needs to be synced to telephoneNumber attribute in AD.

I tried using the PUT API - put-source-attr-sync-config | SailPoint Developer Community and tried using the body from get call - get-source-attr-sync-config | SailPoint Developer Community and removed the existing attribute for the sync and added the new attribute for the sync. But the existing attribute is not deleted from UI and I have to remove the enabled checkmark across the attribute.

My question is how do I delete the old attribute from attribute sync page to avoid confusion?

Thanks,
Siva

As long as the attribute it part of create policy it will be shown on the attribute sync page.

Thanks Kamil! It worked for the AD connector. I altered the mapping in Create account and it removed the duplicate entry in Attribute Sync.

How about Workday connector where we don’t define Create account? I used the API to change the identityattribute mapping for WORK_TELEPHONE and I have both old and new attribute showing up in attribute sync page.