Service: zimbraAdmin

Command: RemoveDistributionListMember
Namespace: urn:zimbraAdmin
Description: 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
Properties:
Authorization token required true
Admin Authorization token required true

RemoveDistributionListMemberRequest

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

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