Deletes a specified multi-zone ApsaraDB for HBase cluster.
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteMultiZoneCluster | The operation that you want to perform. Set the value to DeleteMultiZoneCluster. |
ClusterId | String | Yes | d-t4nn71xa0yn56**** | The ID of the multi-zone ApsaraDB for HBase cluster that you want to delete. |
ImmediateDeleteFlag | Boolean | No | false | Whether to immediately delete the instance. By default, the instance is deleted and moved to the recycle bin. The instance data is cleared after 7 days.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 169A3910-A39E-4BC2-AA9F-E7AD8D473527 | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteMultiZoneCluster
&ClusterId=d-t4nn71xa0yn56xxxx
&<Common request parameters>
Sample success responses
XML
format
<RequestId>169A3910-A39E-4BC2-AA9F-E7AD8D473527</RequestId>
JSON
format
{
"RequestId": "169A3910-A39E-4BC2-AA9F-E7AD8D473527"
}
Error codes
For a list of error codes, see Service error codes.