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:

- The filter node is required. It specifies a filtering rule. For more information, refer to the Filtering Issues section. Data type: WebUserFilter (
webuser.xsd) - The id node is required. It specifies the ID of a web user. data type: integer.
- The login name is required. It specifies the login name of the web user. Data type: string.
- The domain-id node is required. It specifies the ID of the domain from which you want to select all web users. data type: integer.
- The domain-name node is required. It specifies the domain name from which you want to select all web users. Data type: string.
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>