All Products
Search
Document Center

Cloud Backup:RemoveDataSource

Last Updated:Mar 31, 2026

Deletes a data source.

Operation description

Warning Deleting a data source can cause data loss or render related data unqueryable. Before you delete the data source, ensure that you have removed all associated backup data and backup plans.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

DataSourceId

string

Yes

The ID of the data source.

ds-000bz3***myv90r

Response elements

Element

Type

Description

Example

object

Code

string

The HTTP status code. A value of 200 indicates that the request was successful.

200

Message

string

The message returned. If the request was successful, successful is returned. Otherwise, an error message is returned.

successful

RequestId

string

The ID of the request.

ED2BDBAC-***-***-***-495C96A63964

Success

boolean

Indicates whether the request was successful.

  • true

  • false

true

Examples

Success response

JSON format

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "ED2BDBAC-***-***-***-495C96A63964",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.