Deleting a Site

This method deletes an existing site on the Parallels Pro Control Panel server.

Method

public void DeleteSite (string siteshortname, string username, string password)

Parameters

  • siteshortname, which is the short name of site to be deleted
  • username, which is the username of the service provider/Reseller
  • password, which is the password of the service provider/Reseller

Return Value

none

Example Code:

w.DeleteSite("mysite.com", "admin", "ensim123");