Deletes a data store.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteConnection |
The operation that you want to perform. |
ConnectionId | Long | Yes | 1 |
The ID of the data source. You can call listConnection Obtain the data source ID. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where your project resides. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Data | Boolean | true |
Indicates whether the snapshot is deleted. |
HttpStatusCode | String | 200 |
The HTTP status code. |
RequestId | String | 0bc1411515937635**** |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request is successful. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteConnection &ConnectionId=1 &RegionId=cn-shanghai &<common request parameters>
Sample success responses
XML
format
<RequestId>0bc1411515937635****</RequestId> <HttpStatusCode>200</HttpStatusCode> <Data>true</Data> <Success>true</Success>
JSON
Hint
{ "RequestId": "0bc1411515937635****", "HttpStatusCode": 200, "Data": true, "Success": true }
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | Invalid.Tenant.ConnectionNotExists | The connection does not exist. | The data source does not exist. |
400 | Invalid.Tenant.ProjectNotExists | The project does not exist. | The error message returned because the specified project does not exist. |
403 | Invalid.Tenant.UserIsNotProjectOwnerOrAdmin | The user is not a project administrator or owner. | The user is not the project owner or project administrator. |
400 | Invalid.Tenant.UserNotInProject | The user is not in the project. | The user is not in the project. |
403 | Invalid.Tenant.UserNotInTenant | The user is not in tenant. | The user is not in the tenant. |
Go to the Error CenterFor more information, see error codes.