pydo.vpcnatgateways.delete()
Generated on 16 Jan 2026
from pydo version
v0.24.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.