Deleting a User

This method deletes an existing user from the Parallels Pro Control Panel server.

Method

public void DeleteUser (string name, string username, string password)

Parameters

  • name, which is the complete username with domain name of the user to be deleted
  • username, which is the username of the site administrator
  • password, which is the password of the site administrator

Return Value

none

Example Code:

w.DeleteUser("user1@mysite.com", "admin@mysite.com", "ensim123");