Request Packet Structure
A request XML packet removing a new application from a reseller account includes the remove-package operation node:
<packet version="1.6.3.1">
<reseller>
<remove-package>
...
</remove-package>
</reseller>
</packet>
The remove-package node is presented by the ResellerApplicationInput type (reseller.xsd). Its graphical representation is as follows:

- The filter node is required. It specifies the filtering rule. Data type: ResellerSelectionFilter. For more information on filters, refer to the Available Filters section.
- The package node is required. It specifies what type of information about the removed package is requested. Data type: ApplicationInput (
plesk_common.xsd). - The name node is required. It specifies the name of the application that will be removed from the reseller account. Data type: string.
- The value node is required. It specifies the value of the application that will be removed from the reseller account. Data type: string.
Please send us your feedback on this help page.