You can call this operation to delete a cluster with a specified ID.

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 DeleteCluster

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

ClusterId String Yes cds-bp1hy2ipk****46k

The ID of the cluster.

Response parameters

Parameter Type Example Description
RequestId String EC9C10D0-B12F-41B0-A237-968848BBC167

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/? Action=DeleteCluster
&ClusterId=cds-bp1hy2ipk****46k
&<Common request parameters>

Sample success responses

XML format

<DeleteClusterResponse>
      <RequestId>EC9C10D0-B12F-41B0-A237-968848BBC167</RequestId>
</DeleteClusterResponse>

JSON format

{
  "RequestId": "EC9C10D0-B12F-41B0-A237-968848BBC167"
}

Error codes

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