Delete Accounts on All Sources

We have a Lifecycle State called ‘Sunset’ for when an Identity is terminated. This will remove all access and disable all accounts except a few selected sources.

We also have a ‘Terminated’ Lifecycle State that Identities fall into 30 days post ‘Sunset’. For this we want to Delete all accounts as discussed here - New Capability: Delete Accounts on Termination via Lifecycle Management

We have Identity State on this Lifecycle set to ‘Inactive (long-term)’ -

However, the option to choose Delete for All Sources is still not available -

Can someone provide some guidance for what could be missing?

Thanks!

If I recall correctly, this will only show up if all sources support the delete operation. You may have some sources that only support enable / disable. Example, the delimited file connector doesn’t support delete operations.

2 Likes

Does anybody that has this functionality working know if there is an option, once you are able to click on ‘All Sources’ that lets you exclude sources that don’t support delete. Similar to how the Disable option works -

Also, anyone that has the Delete from All Sources setup - do you also have any Sources in your system that don’t support Delete (Like delimmited mentioned by @ts_fpatterson)

Thanks!

Hello @chrisk ,

As per the documentation, “All sources“ option is not enabled currently. We cannot have this enabled and have it work like Disable Accounts.

You can find the sources that currently supports delete operation here
Identity Security Cloud Connectors - Compass

Other option is to use list-sources | SailPoint Developer Community API where you can find “delete” string in features array which says that source supports delete operation

2 Likes

I was facing the same issue and I just added the “DELETE” statement to the “features” field on the Source. The Source (which was a SQL Loader type) then showed up as a Source that I could pick for deletion on the LCS. I haven’t tested this yet, but wouldn’t it work to just add the “DELETE” value to each Source and then check the “All Sources” box?