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

Delete a Global Address List (GAL) Synchronisation account
Remove its zimbraGalAccountId from the domain, then deletes the account.

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>

The following table describes 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