NSX-T Data Center REST API

Delete Edge Transport Node

This API is used to delete the edge transport node. When "force" is used as a query parameter,
the system will attempt to delete the edge from vCenter. This "best effort" approach ensures
the edge is not left in a stale state, even if failures occur during the deletion process.
However, an edge node cannot be deleted if it hosts any logical networking entities, even when using "force".
After a successful force delete API execution, user must confirm that the edge virtual machine has been removed
from the vCenter Server.

Request:

Method:
DELETE
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}
Request Headers:
n/a
Query Parameters:
PolicyEdgeTransportNodeDeleteRequestParameters+
Request Body:
n/a

Example Request:

DELETE https://<policy-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/edge-transport-nodes/my-edge-tn-id

Successful Response:

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

Required Permissions:

crud

Feature:

nodes_transport_nodes

Additional Errors: