You can call this operation to delete a backup plan.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteBackupPlan

The operation that you want to perform. Set the value to DeleteBackupPlan.

ClusterId String Yes cds-bp11tjzh50****7c

The ID of the cluster for the backup.

DataCenterId String Yes cn-hangzhou-g

The ID of the data center for the backup in the cluster.

Response parameters

Parameter Type Example Description
RequestId String 200FB963-9359-4CAD-90B7-96395C88FD9D

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/? Action=DeleteBackupPlan
&ClusterId=cds-bp11tjzh50****7c
&DataCenterId= cn-hangzhou-g
&<Common request parameters>

Sample success responses

XML format

<DeleteBackupPlanResponse>
      <RequestId>200FB963-9359-4CAD-90B7-96395C88FD9D</RequestId>
</DeleteBackupPlanResponse>

JSON format

{
    "RequestId": "200FB963-9359-4CAD-90B7-96395C88FD9D"
}

Error codes

For a list of error codes, visit the API Error Center.