Response Packet Structure
The del-member node of the output XML packet is presented by type MaillistDelMemberOutputType (maillist.xsd) and structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: MaillistMemberResultType (
maillist.xsd). - The status node is required. It specifies the execution status of the del-member operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is returns the error code if the del-member operation fails. Data type: integer.
- The errtext node is optional. It returns the error message if the del-member operation fails. Data type: string.
- The filter-id node is optional. It holds the filtering rule parameter. For information, refer to the Filtering Issues section. Data type: anySimpleType.
- The id node is optional. It returns the subscriber's e-mail address if the operation succeeds. Data type: emailType (
common.xsd).