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

- The result node is optional. It is required in case when an error (if it occurred) was not of a common type. Data type: resultType (
common.xsd). - The status node is required. It specifies the execution status of the remove_from_acl operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. It is used to return the error code when the remove_from_acl operation fails. Data type: unsignedInt.
- The errtext node is optional. It is used to return the error message if the remove_from_acl operation fails. Data type: string.
- The host node is optional. It is required in case an error (if it was) was not of a common type. Returns the IP address or name of hosts from the ACL. Data type: string.