All Products
Search
Document Center

Virtual Private Cloud:DeleteFullNatEntry

Last Updated:Mar 04, 2024

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

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

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
FullNatTableIdstringYes

The ID of the FULLNAT table to which the FULLNAT entry to be deleted belongs.

fulltb-gw88z7hhlv43rmb26****
FullNatEntryIdstringYes

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

fullnat-gw8fz23jezpbblf1j****
DryRunbooleanNo

Specifies whether to perform only a dry run, without performing the actual request. Valid values:

  • true: performs a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, the related error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
  • false: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
false
RegionIdstringYes

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

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

2BCC426F-A9F2-3F03-99D2-1E0D647236DB

Examples

Sample success responses

JSONformat

{
  "RequestId": "2BCC426F-A9F2-3F03-99D2-1E0D647236DB"
}

Error codes

HTTP status codeError codeError messageDescription
400ResourceNotFound.FullNatEntryThe specified resource of %s is not found.The specified FullNatEntry parameter is not found.
400IncorrectStatus.FullNatEntryThe status of %s [%s] is incorrect.The status of FullNatEntry is incorrect.
400ResourceNotFound.FullNatEntryThe specified resource of full nat entry is not found.The FULLNAT entry is not found.
400ResourceNotFound.FullNatTableIdThe specified resource of %s is not found.-

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

Change history

Change timeSummary of changesOperation
No change history