You need to enable JavaScript to run this app.
导航

DeleteIpv6EgressOnlyRule

最近更新时间2023.12.25 15:59:19

首次发布时间2023.01.10 10:28:03

调用DeleteIpv6EgressOnlyRule接口,删除指定的仅主动出规则。

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringDeleteIpv6EgressOnlyRule要执行的操作,取值为DeleteIpv6EgressOnlyRule。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
Ipv6EgressOnlyRuleIdStringipv6py-fhjshfsfweryew****仅主动出规则的ID。

返回数据

参数名称
类型
示例值
描述
RequestIdString2021062415303301022514515207C4****请求ID。

请求示例

GET /?Action=DeleteIpv6EgressOnlyRule&Version=2020-04-01&Ipv6EgressOnlyRuleId=ipv6py-fhjshfsfweryew**** HTTP/1.1
Host: open.volcengineapi.com
Region: cn-guangzhou
Service: vpc

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "DeleteIpv6EgressOnlyRule",
        "Version": "2020-04-01",
        "Service": "vpc",
        "Region": "cn-guangzhou"
    }, 
    "Result": {
        "RequestId": "2021062415303301022514515207C4****"
    }
}

错误码

公共错误码,请参见 公共错误码 。

HttpCode
错误码
错误信息
描述
400InvalidEip.InUseThe specified EIP is being operated by another request.指定的EIP正被另一个请求操作,请稍后再试。
400InvalidEip.InvalidStatusThe specified elastic ip is not in the correct status for the request.指定的弹性公网IP所处的状态无法响应该请求。
400InvalidIpv6.InUseThe specified IPv6 address bandwidth is being operated by another request.指定的IPv6公网带宽正被另一个请求操作,请稍后再试。
404InvalidIpv6EgressOnlyRule.NotFoundThe specified Ipv6EgressOnlyRule does not exist.指定的IPv6仅主动出规则不存在。