Deletes a FULLNAT entry.
Operation description
Description
DeleteFullNatEntry 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 ListFullNatEntries operation to query the status of a FULLNAT entry.
- If the FULLNAT entry is in the Deleting state, the system is deleting the FULLNAT entry. In this case, you can query the status of the FULLNAT entry, but cannot perform other operations.
- If the FULLNAT entry cannot be found, the FULLNAT entry is deleted.
You cannot repeatedly call the DeleteFullNatEntry operation to delete a FULLNAT entry within the specified period of time.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the 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 request ID as the client token. The request ID may be different for each request.
| 5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
FullNatTableId | string | Yes | The ID of the FULLNAT table to which the FULLNAT entry to be deleted belongs. | fulltb-gw88z7hhlv43rmb26**** |
FullNatEntryId | string | Yes | The ID of the FULLNAT entry that you want to delete. | fullnat-gw8fz23jezpbblf1j**** |
DryRun | boolean | No | Specifies whether to perform only a dry run, without performing the actual request. Valid values:
| false |
RegionId | string | Yes | The region ID of the VPC NAT gateway to which the FULLNAT entry to be deleted belongs. You can call the DescribeRegions operation to query the most recent list of regions. | eu-central-1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "2BCC426F-A9F2-3F03-99D2-1E0D647236DB"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ResourceNotFound.FullNatEntry | The specified resource of %s is not found. | The specified FullNatEntry parameter is not found. |
400 | IncorrectStatus.FullNatEntry | The status of %s [%s] is incorrect. | The status of FullNatEntry is incorrect. |
400 | ResourceNotFound.FullNatEntry | The specified resource of full nat entry is not found. | The FULLNAT entry is not found. |
400 | ResourceNotFound.FullNatTableId | The specified resource of %s is not found. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-23 | The Error code has changed | View Change Details |