NSX-T Data Center REST API
Delete a Transport Node
Deletes the specified transport node. Query param force can be used toforce delete the host nodes.
It also removes the specified host node from system.
If unprepare_host option is set to false, then host will be deleted
without uninstalling the NSX components from the host.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
DELETE
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/<host-transport-node-id>
Request Headers:
n/a
Query Parameters:
TransportNodeDeleteParameters+
Request Body:
n/a
Example Request:
DELETE https://<nsx-mgr>/policy/api/v1/infra/sites/Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a