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/transport-nodes/{transport-node-id}/node/network/routes/{route-id}
/api/v1/cluster/{cluster-node-id}/node/network/routes/{route-id}
/api/v1/node/network/routes/{route-id}
/api/v1/cluster/{cluster-node-id}/node/network/routes/{route-id}
/api/v1/node/network/routes/{route-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a