Delete CyberArk user account

Hi all,
CyberArk SCIM API has a method for deleting the user account:
/CyberArk/scim/v2/Users/{id}
I’m just wondering if this is simple by just submitting the request with CyberArk SCIM-user credential
Is there a better way to delete the user account via available SailPoint libraries?

Hey @lumuser

Thanks for posting this question. Let me do some investigating on this topic and circle back if I can find an answer for you.

Hey @lumuser
The method you described is a good path for achieving the results you are looking for. It would also be possible to go the PAM module route in IIQ, but your first hunch is a great option. Good Luck!