Response Packet Structure
The del node of the output XML packet is structured as follows:

- The result node is required. It wraps the result of the del operation for a single domain template. Data type: resultType (
common.xsd). - The status node is required. Specifies the execution status of the del operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is required if the del operation fails. Returns the error code. Data type: unsignedInt.
- The errtext node is optional. Returns the error message. Data type: string.
- The id node is optional. If the request packet fails before the execution, this node is missing in the response packet. In all other cases it holds the identifier of the domain template (if this ID was specified in the request packet). Data type: integer.
- The name node is optional. If the request packet fails before the execution, this node is missing in the response packet. In all other cases it holds the name of the domain template (if this name was specified in the request packet). Data type: string.