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
alexsummersalexsummers 

Delete a user

Good Day!

Does anybody know how to delete a user in a Salesforce Account? Or is it possible?

I know that you can activate and deactivate a user but what I'm looking for is to actually delete a user from my organization.

I'm using a dev account by the way

Thanks in advance

Message Edited by alexsummers on 06-07-2005 05:52 PM

fowlermfowlerm

The Sforce API documentation says that users can never be deleted from the webservice or the web interface.  All you can do is disable a user.

You can look at http://www.sforce.com/us/docs/sforce50/sforce_API_objects_User.html under "Disabling Users"

alexsummersalexsummers
Thanks my fault I didn't check the documentation first