Response Packet Structure
The remove-package node of the response packet is structured as follows:

- The result node is required. It wraps the response got from the server. Data type: resultFilterType (
common.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 filter-id node is optional. Returns the parameter by which the subscription was filtered by in the request packet. Data type: anySimple.
- The id node is optional. Returns the identifier of the subscription from which the application was removed. Data type: id_type (
common.xsd).
Please send us your feedback on this help page.