Deletes the public-facing endpoint or a classic network endpoint of a specified PolarDB cluster.
Note
- You can delete a public-facing or classic network endpoint of the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
- Classic network endpoints are supported only on the China site (aliyun.com). Therefore, you do not need to delete classic network endpoints on the International site (alibabacloud.com).
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | No | DeleteDBEndpointAddress |
The operation that you want to perform. Set the value to DeleteDBEndpointAddress. |
DBClusterId | String | Yes | pc-************ |
The ID of the cluster. Note You can call the DescribeDBClusters operation to query the details of all clusters that belong to your account, such
as the cluster ID.
|
DBEndpointId | String | Yes | pe-*************** |
The ID of the endpoint. Note You can call the DescribeDBClusterEndpoints operation to query the endpoints of a specified PolarDB cluster.
|
NetType | String | Yes | Public |
The network type of the endpoint. Set the value to Public (public network). |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | D0CEC6AC-7760-409A-A0D5-E6CD86****** |
The ID of the request. |
Examples
Sample requests
http(s)://polardb.aliyuncs.com/?Action=DeleteDBEndpointAddress
&DBClusterId=pc-************
&DBEndpointId=pe-***************
&NetType=Public
&<Common Request Parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteDBEndpointAddressResponse>
<RequestId>D0CEC6AC-7760-409A-A0D5-E6CD86******</RequestId>
</DeleteDBEndpointAddressResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "D0CEC6AC-7760-409A-A0D5-E6CD86******"
}
Error codes
For a list of error codes, visit the API Error Center.