Hi Shekar,
You should be able to use delete operation by modifing provisioning plan from disable to delete on operation request. (Use before provisioning rule)
Hope you are aware of new feature to invoke delete operation from ID Profile.
Anyways if you use a BP rule or invoke delete from ID Profile it is only going to remove the account from ISC not from the target as the connector itself doesn’t support delete operation.
With regards to JDBC connector that I definitely believe an option here. But need to do some feasibility check.
Hi @shekhardas1825 - you might talk to the DBA and see if they can create a stored procedure you can call as part of the disable that will execute a delete on the DB side. I have seen that used before.