Previous Topic: DeleteComputersNext Topic: FindComputer


DeleteComputersByName

The web service api DeleteComputersByName deletes a list of computers specified by name.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

ComputerType computerType(mandatory)

Type (machine, scalability server, docking device) of the computer to be deleted.

ArrayOfstring computerHostNames (m)

The list of host names of computers to delete.

Return Values

This is a void method that does not expose a return value.

Remarks

None