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

- The result node is required. It wraps the response retrieved from the server. Data type: ResellerTemplateOutputResulttype (
reseller_template.xsd).- The status node is required. It specifies the execution status of the del operation. Data type: result_status (
common.xsd). Allowed values: ok|error. - The errcode node is required if the del operation fails. It returns the error code. Data type: unsignedInt.
- The errtext node is required if the del operation fails. It returns the error message. Data type: string.
- The id node is required if the del operation succeeds, and reseller templates are filtered by ID. It returns ID of the removed reseller template. Data type: id_type (
common.xsd). - The name node is required if the del operation succeeds, and reseller templates are filtered by name. It returns name of the removed reseller template. Data type: string.