Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
RemoveDistributionListMember SOAP Command

Remove Distribution List Member
Unlike add, remove of a non-existent member causes an exception and no modification to the list.
Access: domain admin sufficient

Authorization token required true
Admin Authorization token required true

RemoveDistributionListMemberRequest

    <RemoveDistributionListMemberRequest id="{value-of-zimbra-id}"> ## RemoveDistributionListMemberRequest
        (<dlm>{members} (String)</dlm>)+
        (<account>{accounts} (String)</account>)*
    </RemoveDistributionListMemberRequest>

The following table describes elements and attributes you can define within a <RemoveDistributionListMemberRequest> element:

XPath Required / Optional Description
@id Required (only 1) Type:String
Zimbra ID
/dlm Required (1 or more) Type:{members} (String)
Members
/account Optional (0 or more) Type:{accounts} (String)
specify Accounts insteaf of members if you want to remove all addresses that belong to an account from the list

RemoveDistributionListMemberResponse

    <RemoveDistributionListMemberResponse /> ## RemoveDistributionListMemberResponse