Service: zimbraAdmin

Command: DeleteGalSyncAccount
Namespace: urn:zimbraAdmin
Description: Delete a Global Address List (GAL) Synchronisation account
Remove its zimbraGalAccountId from the domain, then deletes the account.
Properties:
Authorization token required true
Admin Authorization token required true

DeleteGalSyncAccountRequest

    <DeleteGalSyncAccountRequest> ## DeleteGalSyncAccountRequest
        <account by="{acct-selector-by} (adminName | appAdminName | id | foreignPrincipal | name | krb5Principal)">{key}</account> ## AccountSelector
    </DeleteGalSyncAccountRequest>

elements and attributes you can define within a <DeleteGalSyncAccountRequest> element:

XPath Required / Optional Description
/account Required (only 1) Type: {key}
Account
Description for element text content:The key used to identify the account. Meaning determined by {acct-selector-by}
/account@by Required (only 1) Type: adminName | appAdminName | id | foreignPrincipal | name | krb5Principal
Select the meaning of {acct-selector-key}

DeleteGalSyncAccountResponse

    <DeleteGalSyncAccountResponse /> ## DeleteGalSyncAccountResponse