NSX-T Data Center REST API

Delete NAT Rule

Delete NAT Rule under the given Transit Gateway, under the given NAT section. This API is only available when using VMware NSX.

Request:

Method:
DELETE
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

DELETE https://<policy-mgr>/policy/api/v1/orgs/org1/projects/project1/transit-gateways/tgw1/nat/USER/nat-rules/MyNATRule4

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_nat_rules

Additional Errors: