Request Packet Structure

A request XML packet that deletes a virtual directory should include the remove operation node:

<packet version="1.4.2.0">
<virtdir>
   <remove>
   …
   </remove>
</virtdir>
</packet>

 

The remove node is presented by type RemoveVDirInputType (virtdir.xsd). Its graphical representation is as follows: