All Products
Search
Document Center

Virtual Private Cloud:DeleteSnatEntry

Last Updated:Mar 22, 2024

Deletes an SNAT entry.

Operation description

DeleteSnatEntry is an asynchronous operation. After you make a request, the ID of the request is returned but the specified SNAT entry is not deleted. The system deletes the SNAT entry in the background. You can call the DescribeSnatTableEntries operation to query the status of SNAT entries.

  • If the SNAT entries are in the Deleting state, the system is deleting the SNAT entries. In this case, you can only query the status of the SNAT entries, and cannot perform other operations.
  • If no SNAT entry is returned in the response, the SNAT entry is deleted.

If some SNAT entries are in the Pending state, you cannot delete these SNAT entries.

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:DeleteSnatEntryWrite
  • SnatTable
    acs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the NAT gateway.

You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
SnatTableIdstringYes

The ID of the SNAT table to which the SNAT entry belongs.

stb-bp190wu8io1vgev80****
SnatEntryIdstringYes

The ID of the SNAT entry that you want to delete.

snat-bp1vcgcf8tm0plqcg****
ClientTokenstringNo

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

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

Note If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId may be different for each API request.
5A2CFF0E-5718-45B5-9D4D-70B3FF3898

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

0ED8D006-F706-4D23-88ED-E11ED28DCAC0

Examples

Sample success responses

JSONformat

{
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}

Error codes

HTTP status codeError codeError messageDescription
400IncorretSnatEntryStatusSome Snat entry status blocked this operation..One or more SNAT entries in the SNAT table are in the Pending or Modifying state.
400IncorretSnatEntryStatusThe Specified SnatEntry is not stable status, can not operation-
400IncorrectStatus.SnatEntryThe Specified SnatEntry is not stable status, can not operationThe specified SNAT entries are not in a stable state and cannot be operated.
404InvalidRegionId.NotFoundThe specified RegionId does not exist in our records.The specified region ID does not exist.
404InvalidSnatEntryId.NotFoundSpecified Snat entry ID does not existThe specified SNAT entry does not exist. Check whether the SNAT entry is valid.
404InvalidSnatTableId.NotFoundSpecified SNAT table does not exist.The specified SNAT table does not exist.
404InvalidSnatEntryId.NotFoundSpecified SNAT entry does not exist.The specified SNAT entry does not exist. Check whether the SNAT entry is valid.
404ResourceNotFound.SnatEntrySpecified SNAT entry does not exist.The specified SNAT entry does not exist.

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

Change history

Change timeSummary of changesOperation
2023-03-01The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
    delete Error Codes: 404