yes you can add all the links id delete commands into one file and use Source command to execute delete of all those links.
unfortunately, i didnt have any pdf of steps handy. but i think below draft steps might help:
- execute query SELECT id FROM [identityiq].[spt_link] where display_name like ‘garbage%’ or native_identity like ‘garbage%’
- copy the ids from the above query results
- built a text file apending delete link before every id (one command in one line) which looks like
delete link id1
delete link id2
.
.
delete link idn - open iiq console refere to this document how to use iiq console and execute source commad [https://community.sailpoint.com/t5/IdentityIQ-Product-Guides/8-4-IdentityIQ-Console-Guide/ta-p/240692]
- write a resource custimsation rule in all applicable applications (to avoid bringing those links back to sailpoint again) refere previous responses for examples.
hope this helps.
Thanks