SoftLayer Network Monitor Version1 Query Host::deleteObjects
From SoftLayer Development Network Wiki
deleteObjects is a member of the SoftLayer_Network_Monitor_Version1_Query_Host service.
Contents |
Overview
Like any other API object, the monitoring objects can be deleted by passing an instance of them into this function. The ID on the object must be set.
User Access
Users wishing to execute deleteObjects service must have the Monitoring permission assigned to their account.
Return Type
deleteObjects returns the boolean data type.
Headers
Required Headers
deleteObjects requires the following headers:
Parameters
deleteObjects takes the following parameters:
templateObjects
An array of skeleton SoftLayer_Network_Monitor_Version1_Query_Host objects that you wish to delete. Each object in the array must have at least their id properties defined.

