You can call the DeleteEndpoint operation to release a public endpoint.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:DeleteEndpoint |
delete |
*EnterpriseDBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DBInstanceId |
string |
Yes |
The ID of the cluster. |
cc-bp100p4q1g9z3**** |
| ConnectionString |
string |
No |
The prefix of the target connection address, which is also the prefix of the ConnectionString parameter. |
cc-bp100p4q1g9z3****-clickhouse.clickhouseserver.rds.aliyuncs.com |
| DBInstanceNetType |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
F5178C10-1407-4987-9133-DE4DC9119F75 |
Examples
Success response
JSON format
{
"RequestId": "F5178C10-1407-4987-9133-DE4DC9119F75"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBInstanceId.NotFound | The DBInstanceId provided does not exist in our records. | The passed instance ID does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.