Namespace: "urn:zimbraAdmin"
RemoveAccountLogger SOAP Command

Removes one or more custom loggers. If both the account and logger are specified, removes the given account logger if it exists. If only the account is specified or the category is "all", removes all custom loggers from that account. If only the logger is specified, removes that custom logger from all accounts. If neither element is specified, removes all custom loggers from all accounts on the server that receives the request.

Authorization token required true
Admin Authorization token required true

RemoveAccountLoggerRequest

    <RemoveAccountLoggerRequest> ## RemoveAccountLoggerRequest
        <id>{id} (String)</id>
        <account by="{acct-selector-by} (adminName|appAdminName|id|foreignPrincipal|name|krb5Principal)">{key}</account> ## AccountSelector
        <logger category="{category-name}" [level="(error|warn|info|debug|trace)"] /> ## LoggerInfo
    </RemoveAccountLoggerRequest>

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

XPath Required / Optional Description
/id Optional (0 or 1) Type:{id} (String)
Deprecated - use account instead
/account Optional (0 or 1) Type:{key}
Use to select 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}
/logger Optional (0 or 1) Logger category
/logger@category Required (only 1) Type:String
name of the logger category
/logger@level Optional (0 or 1) Type:error|warn|info|debug|trace
level of the logging.

RemoveAccountLoggerResponse

    <RemoveAccountLoggerResponse /> ## RemoveAccountLoggerResponse