function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Satya Seshu 3Satya Seshu 3 

how to delete salesforce user using soap and java

Hi,
I Create one user in salesforce with admin account.
I want to delete that user using Java Soap services.
I able to revoke his permissions but i am unable to delete created user. even in salesforce console also.
ajay rawat 14ajay rawat 14
Hi Satya,

Salesforce does not allow User deletion so once user is created you cannot delete it. You can either Deactivate or freez it using SAOP API.

Thanks
Ajay Rawat