Request Packet Structure

A request XML packet removing a web user includes the del operation node:

<packet version="1.4.2.0">
<webuser >
   <del>
   ¡­
   </del>
</webuser>
</packet>

 

The del node is presented by type WebUserDelInputType (webuser.xsd), and its graphical representation is as follows:

 

Remarks

You can remove multiple web users using different filtering rules in a single packet. Add as many del operations as the number of different filtering rules to be used.

<packet version="1.4.2.0">
<del>
...
</del>
...
<del>
...
</del>
</packet>