Response Packet Structure
The remove node of the output XML packet is structured as follows:
:
- The result node is required. It wraps the result of the remove operation. Data type: resultType (
common.xsd). - The status node is required. Specifies the execution status of the remove operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is required if the remove operation fails. Returns the error code. Data type: unsignedInt.
- The errtext node is optional. Can be returned if the remove operation fails. Returns the error message. Data type: string.