deleteUser() method

Delete the current user from the SMP server.

Syntax

public void deleteUser () throws SMPException

Exceptions

Example 1

UserManager userManager = new UserManager(clientConnection);
userManager.deleteUser();