pydo.vpcnatgateways.delete()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.vpcnatgateways.delete(id="70e1b58d-cdec-4e95-b3ee-2d4d95feff51")Description
To destroy a VPC NAT Gateway, send a DELETE request to the /v2/vpc_nat_gateways/{id} endpoint.
A successful response will include a 202 response code and no content.
Parameters
idstring requiredThe unique identifier of the VPC NAT gateway.
More Information
See /v2/vpc_nat_gateways/{id} in the API reference for additional detail on responses, headers, parameters, and more.