You need to enable JavaScript to run this app.
RDS for MySQL

RDS for MySQL

Copy page
Download PDF
Managing connections
DeleteDBEndpointPublicAddress
Copy page
Download PDF
DeleteDBEndpointPublicAddress

Call the DeleteDBEndpointPublicAddress API to delete a public endpoint address.

Request type

Asynchronous request.

Request parameters

Name
Type
Required
Example
Description
InstanceId
String
Yes
mysql-e26822cf****
The ID of the instance.
EndpointId
String
Yes
mysql-e26822cf****-cluster
The ID of the instance connection endpoint.
Domain
String
Yes
mysql-e26822cf****-public.rds.volces.com
The access domain of the database.
EipId
String
Yes
eip-h0agizep3thc3kyadhvy****
The ID of the EIP. You can use DescribeEipAddressAttributes to query the basic information of an EIP.

Response parameters

null

Sample request

POST /?Action=DeleteDBEndpointPublicAddress&Version=2022-01-01 HTTP/1.1
Content-Type: application/json
Host: rds-mysql.cn-beijing.volcengineapi.com
X-Date: 20211202T101010Z
Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_mysql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458****
{
    "InstanceId": "mysql-3c25f219****",
    "EndpointId": "mysql-3c25f219****-cluster",
    "EipId": "eip-h0agizep3thc3kyadhvy****",
    "Domain": "mysql-3c25f219****-public.rds.volces.com"
}

Sample response

{
    "ResponseMetadata": {
        "RequestId": "20230111154723C4732E51B93E0A8A3689",
        "Action": "DeleteDBEndpointPublicAddress",
        "Version": "2022-01-01",
        "Service": "rds_mysql",
        "Region": "cn-beijing"
    },
    "Result": null
}

Error codes

For more details, refer to Error codes.

Last updated: 2025.07.07 15:52:01