When you delete a user they become a contact in the account. Deleting a user requires another user to take ownership of their proofs.
Request parameters * denotes a required field Parameter | Example | API version | SessionID* | The session Id obtained from doLogin() | string | 7viklshodc6cnsh4s5vu75mqk0 | | UserID* | User unique identifier (Id) | integer | 1455 | | NewOwnerId* | The user that will take ownership of the deleted users proofs | integer | 1234 | | AccountID | The target account where the user exists. If no AccountID is provided then the logged in session account is used. | integer | 4556 | 12.2 |
Response parameters boolean true if the operation completed successfully |