pydo.vpcnatgateways.delete()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
Description
To destroy a VPC NAT Gateway, send a DELETE request to the /v2/vpc_nat_gateways/$VPC_NAT_GATEWAY_ID
endpoint.
A successful response will include a 202 response code and no content.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
id |
string | True | The unique identifier of the VPC NAT gateway. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.