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.
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.
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)
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?