Need to remove SAP GRC ACCOUNT from the user at the lifecycle state termdelete

hey guys,

Need to remove SAP GRC ACCOUNT from the user at the lifecycle state termdelete? can someone pls help?

Hi @Rakesh_Singh_1234 , deletion of a GRC account is not supported by the OOTB SAP GRC connector and is generally not recommended. However, you may explore the available GRC APIs, which can be implemented through SailPoint workflows.

Correct. OOTB connector does not support but you can do it from a workflow.

Workflow trigger will be something like lifecycle state change on attribute and if its termDelete, then get identity accounts and filter to get account and account attributes to get uid and call the below API

I see the API here :

Looking from an audit and compliance perspective, you shouldn’t have accounts removed/detached from the corresponding identities.