Knowledge Center > Developer Documentation
ipm7Config :: MonitorDel
MonitorDel removes a Monitor object from ipMonitor.
MonitorDel(...); Parameters (c#):
- long[] ID
An array of the Monitor ID's to be deleted.
MonitorDel(...); Return (c#):
- bool
MonitorDel will return a boolean indicating if all the specified Monitors were deleted.
SOAP / HTTP Details (Invoke):
POST /soap/config.asmx HTTP/1.1
Host: youripm7addr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.ipmonitor.com/ipm70/MonitorDel"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MonitorDel xmlns="http://schemas.ipmonitor.com/ipm70/">
<mon_ids>
<long>long</long>
<long>long</long>
</mon_ids>
</MonitorDel>
</soap:Body>
</soap:Envelope>
SOAP / HTTP Details (Return):
HTTP/1.1 200 OK
Content-Type: text/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MonitorDelResponse xmlns="http://schemas.ipmonitor.com/ipm70/">
<MonitorDelResult>boolean</MonitorDelResult>
</MonitorDelResponse>
</soap:Body>
</soap:Envelope>
< Back

Last Updated: March 30, 2004 | What did you think of this topic?