Removes a data source.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DataSourceId | long | Yes | The data source ID. You can call the ListDataSources operation to query the ID. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": "200",
"Data": true,
"RequestId": "0bc1411515937635****",
"Success": true
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | Invalid.Tenant.ConnectionNotExists | The connection does not exist. | The connection does not exist. |
400 | Invalid.Tenant.ProjectNotExists | The project does not exist. | The project does not exist. |
400 | Invalid.Tenant.UserNotInProject | The user is not in the project. | The user is not in the project. |
400 | Invalid.Operation | You cannot delete the bindingCalcEngine that is bound to the data source. | Can not delete datasource bindingCalcEngine. |
403 | Invalid.Tenant.UserIsNotProjectOwnerOrAdmin | The user is not a project administrator or owner. | The user is not a project administrator or owner. |
403 | Invalid.Tenant.UserNotInTenant | The user is not in tenant. | The user is not in tenant. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history