NSX-T Data Center REST API
Delete node network route
Delete a route from the node routing table. You can modify anexisting route by deleting it and then posting the modified version of the
route. To verify, remove the route ID from the URI, issue a GET request, and
note the absense of the deleted route.
Request:
Method:
DELETE
URI Path(s):
/api/v1/node/network/routes/<route-id>
/api/v1/transport-nodes/<transport-node-id>/node/network/routes/<route-id>
/api/v1/cluster/<cluster-node-id>/node/network/routes/<route-id>
/api/v1/transport-nodes/<transport-node-id>/node/network/routes/<route-id>
/api/v1/cluster/<cluster-node-id>/node/network/routes/<route-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
DELETE https://<nsx-mgr>/api/v1/node/network/routes/static-10.33.85.0-eth0-0Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a