All Products
Search
Document Center

IPv6 Gateway:DeleteIpv6EgressOnlyRule

Last Updated:Mar 22, 2024

Deletes an egress-only rule.

Operation description

  • DeleteIpv6EgressOnlyRule is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the DescribeIpv6EgressOnlyRules operation to query the status of the task.

    • If the egress-only rule is in the Deleting state, the egress-only rule is being deleted.
    • If you cannot query the egress-only rule, the egress-only rule is deleted.
  • You cannot call the DeleteIpv6EgressOnlyRule within the specified period of time.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:DeleteIpv6EgressOnlyRuleWrite
  • Ipv6Gateway
    acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the IPv6 gateway. You can call the DescribeRegions operation to query the most recent region list.

cn-huhehaote
Ipv6EgressOnlyRuleIdstringYes

The ID of the egress-only rule that you want to delete.

ipv6py-hp3w98rmlbqp0xxxxxxxx
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

You can use the client to generate a token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.

Note If you do not specify this parameter, the system automatically uses the value of RequestId as the client token. The value of RequestId is different for each API request.
123456

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75

Examples

Sample success responses

JSONformat

{
  "RequestId": "9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75"
}

Error codes

HTTP status codeError codeError messageDescription
400IncorrectStatus.EgressOnlyRule%s-
404InvalidRegionId.NotFoundThe RegionId provided does not exist in our records.The RegionId parameter is set to an invalid value. Specify a valid value and try again.
404ResourceNotFound.Ipv6EgressOnlyRuleThe specified resource of IPv6 Gateway Rule is not found.The specified IPv6 egress-only rule instance does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-10-13API Description Update. The API operation is not deprecated.. The Error code has changedsee changesets
Change itemChange content
API DescriptionAPI Description Update.
API Deprecation DescriptionThe API operation is not deprecated..
Error CodesThe Error code has changed.
    Error Codes 404 change
    delete Error Codes: 400