Knowledge Center > Developer Documentation
ipm7Config :: ProfileDel
ProfileDel removes a Profile object from ipMonitor.
ProfileDel(...); Parameters (c#):
- long[] profile_ids
An array of the Profile IDs to be deleted.
ProfileDel(...); Return (c#):
- bool
ProfileDel will return a boolean indicating if all the specified Profiles 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/ProfileDel"
<?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>
<ProfileDel xmlns="http://schemas.ipmonitor.com/ipm70/">
<profile_ids>
<long>long</long>
<long>long</long>
</profile_ids>
</ProfileDel>
</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>
<ProfileDelResponse xmlns="http://schemas.ipmonitor.com/ipm70/">
<ProfileDelResult>boolean</ProfileDelResult>
</ProfileDelResponse>
</soap:Body>
</soap:Envelope>
< Back

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