Releases the custom cluster endpoint of a PolarDB cluster.

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 No DeleteDBClusterEndpoint

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

DBClusterId String Yes pc-******************

The ID of the cluster.

DBEndpointId String Yes pe-******************

The ID of the custom cluster endpoint.

Response parameters

Parameter Type Example Description
RequestId String CD3FA5F3-FAF3-44CA-AFFF-BAF869******

The ID of the request.

Examples

Sample requests

http(s)://polardb.aliyuncs.com/? Action=DeleteDBClusterEndpoint
&DBClusterId=pc-******************
&DBEndpointId=pe-******************
&<common request parameters>

Sample success responses

XML format

<DeleteDBClusterEndpointResponse>
  <RequestId>CD3FA5F3-FAF3-44CA-AFFF-BAF869******</RequestId>
</DeleteDBClusterEndpointResponse>

JSON format

{
	"RequestId": "CD3FA5F3-FAF3-44CA-AFFF-BAF869******"
}

Error codes

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