System Methods

System methods are available in the system namespace. These methods are used for managing systems that are registered on ULN. The following methods are available:

system.deleteSystems

The deleteSystems method removes a system from ULN, given its system ID.

  • Input Parameters
    string sessionKey

    The session key for the session. For example: JyUVNoT74BFaRJ6fRjDIQ5idPmCaj5UJLb76E2f45Gc.

    string serverId

    The system identifier that should be removed. This needs to be the id value within ULN. For example: 330213

  • Return Parameters
    int

    The method returns an int error code, which indicates whether the system was deleted or not. A value of 0 indicates that the system was successfully removed from ULN.