You can call DeleteClusterTemplate operation to delete a cluster template.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. You can use OpenAPI Explorer to search for API operations, call API operations, and dynamically generate SDK sample code.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteClusterTemplate

The operation that you want to perform. This parameter is required for API requests that you create by piecing together HTTP or HTTPS URLs. Set the value to DeleteClusterTemplate.

BizId String Yes CT-35498C56B3F1****

The ID of the template. You can call ListClusterTemplates View data on the Member Management page.

RegionId String Yes cn-hangzhou

The region ID. You can call DescribeRegions To view the latest list of Alibaba Cloud regions.

ResourceGroupId String No rg-bp67acfmxazb4p****

The ID of the resource group to which to add the resource.

Response parameters

Parameter Type Example Description
RequestId String F2BF8586-045D-4104-B00C-44A4AA619C05

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteClusterTemplate
&BizId=CT-35498C56B3F1****
&RegionId=cn-hangzhou
&<common request parameters>

Sample success responses

XML format

<requestId>F2BF8586-045D-4104-B00C-44A4AA619C05</requestId>

JSON Syntax

{"requestId":"F2BF8586-045D-4104-B00C-44A4AA619C05"}