| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<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