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
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the NAT gateway. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
SnatTableId | string | Yes | The ID of the SNAT table to which the SNAT entry belongs. | stb-bp190wu8io1vgev80**** |
SnatEntryId | string | Yes | The ID of the SNAT entry that you want to delete. | snat-bp1vcgcf8tm0plqcg**** |
ClientToken | string | No | 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
Examples
Sample success responses
JSON
format
{
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IncorretSnatEntryStatus | Some Snat entry status blocked this operation.. | One or more SNAT entries in the SNAT table are in the Pending or Modifying state. |
400 | IncorretSnatEntryStatus | The Specified SnatEntry is not stable status, can not operation | - |
400 | IncorrectStatus.SnatEntry | The Specified SnatEntry is not stable status, can not operation | The specified SNAT entries are not in a stable state and cannot be operated. |
404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | The specified region ID does not exist. |
404 | InvalidSnatEntryId.NotFound | Specified Snat entry ID does not exist | The specified SNAT entry does not exist. Check whether the SNAT entry is valid. |
404 | InvalidSnatTableId.NotFound | Specified SNAT table does not exist. | The specified SNAT table does not exist. |
404 | InvalidSnatEntryId.NotFound | Specified SNAT entry does not exist. | The specified SNAT entry does not exist. Check whether the SNAT entry is valid. |
404 | ResourceNotFound.SnatEntry | Specified 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 time | Summary of changes | Operation |
---|---|---|
2023-03-01 | The Error code has changed | View Change Details |