You can call the DeleteFlowProjectClusterSetting operation to delete cluster settings from a project.

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 DeleteFlowProjectClusterSetting

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 DeleteFlowProjectClusterSetting.

ClusterId String Yes C-F32FB31D8295****

The ID of the cluster. You can call ListClusters You can call this operation to view the ID of a cluster.

ProjectId String Yes FP-E3F1523F8FC1****

The ID of the project. You can call ListFlowProject View the ID of the project.

RegionId String Yes cn-hangzhou

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

Response parameters

Parameter Type Example Description
Data Boolean true

The execution results are returned, including the following:

  • true: The object is deleted successfully.
  • false: The object fails to be deleted.
RequestId String ECC2D0D1-B6D5-468D-B698-30E8805EB574

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteFlowProjectClusterSetting
&ClusterId=C-F32FB31D8295****
&ProjectId=FP-E3F1523F8FC1****
&RegionId=cn-hangzhou
&<common request parameters>

Sample success responses

XML format

<RequestId>ECC2D0D1-B6D5-468D-B698-30E8805EB574</RequestId>
<Data>true</Data>

JSON Syntax

{
  "RequestId":"ECC2D0D1-B6D5-468D-B698-30E8805EB574",
  "Data":true
}