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:

- The domain-id node is required. It holds the identifier of the domain that owns the virtual directory. Data type: integer.
- The subdomain-id node is required. it holds the identifier of the subdomain that owns the virtual directory. Data type: integer.
- The name node is required. It holds the name of the virtual directory. Data type: VDirPath (
common.xsd).