The remove operation is used to remove a custom option of service plans (additional service) from Panel database.
A request XML packet removing additional services includes the remove operation node:
<packet version="1.6.3.1">
<plan-item>
<remove>
...
</remove>
</plan-item>
</packet>
The remove node does not have a separate data type, it is nested within the complex type (plan_item.xsd
). The remove node has the following graphics representation:
plan_item.xsd
). To see the structure of this node, proceed to topic Available Filters. The remove node of the output XML packet is structured as follows:
common.xsd
). This packet removes an additional service plan-item from Plesk.
<packet>
<plan-item>
<remove>
<filter>
<name>plan-item</name>
</filter>
</remove>
</plan-item>
</packet>
Response:
<packet>
<plan-item>
<remove>
<result>
<status>ok</status>
<name>plan-item</name>
</result>
</remove>
</plan-item>
</packet>