Access request to delete an account from the source

I want to trigger the delete operation of account request (AccountRequest.Operation.Delete) to delete an account entirely within a provisioning plan. How do i run the access request api to achieve the same. A request with REVOKE_ACCESS triggers the modify operation instead of delete.

You can trigger the REVOKE_ACCESS request for a specific entitlement and then in the rule change the operation to Delete after checking the Request is for that entitlement and AttributeRequest.operation is Remove. However, your source should support Delete operation for this to work

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.