Remove all the Application accounts for a certain Application

Hi all,

We want to remove all the Application accounts for a certain Application “A” without deleting the application. What is the best way to do this?

Thanks in advance

Hi @rishavghoshacc,

you can use a rule where search all the accounts of an application and remove very single object

You can implement a customization rule and return null explicitly. On the account aggregation task, enable the option “Detect Deleted account” and run it

If the aggregation lot of time, you can the accounts by getting list of links in the application using Filter, iterate over them and use Terminator class to delete them

4 Likes