Response Packet Structure
The remove-plan-item node of the output XML packet is of complex type (domain_template.xsd)which has the following presentation:

- The result node is required. It wraps the response got from the server. Data type: DomainTemplatePlanItemResultType (
domain_template.xsd). - The status node is required. Specifies the execution status of the operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Returns the error code when the operation fails. Data type: unsignedInt.
- The errtext node is optional. Returns the error message if the operation fails. Data type: string.
- The id node is optional. Returns the identifier of the additional service in Plesk database. Data type: integer.
- The name node is optional. Returns the name of the additional service added to the service plan. Data type: string.
- The guid node is optional. Returns the GUID of the additional service added to the service plan. Data type: string.
- The external-id node is optional. Returns the ID of the additional service which could be set by any external third-party integrator. Data type: string.
- The item node is optional. Returns the the additional service removed from the service plan. Data type: integer.
Please send us your feedback on this help page.