Service: zimbraAdmin

Command: DeleteDataSource
Namespace: urn:zimbraAdmin
Description: Deletes the given data source.
Note: this request is by default proxied to the account's home server
Properties:
Authorization token required true
Admin Authorization token required true

DeleteDataSourceRequest

    <DeleteDataSourceRequest id="{existing-account-id}"> ## DeleteDataSourceRequest
        <dataSource [id="..."] /> ## Id
        (<a n="{key}" /> ## Attr)*
    </DeleteDataSourceRequest>

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

XPath Required / Optional Description
@id Required (only 1) Type: String
Id for an existing Account
/dataSource Required (only 1) Data source ID
/dataSource@id Optional (0 or 1) Type: String
ID
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type: String
Key

DeleteDataSourceResponse

    <DeleteDataSourceResponse /> ## DeleteDataSourceResponse