System Administration > Configuration > NSX Managers > Nodes > Manager Routing Configuration

Delete node network route

Delete a route from the NSX Manager routing table. You can modify an
existing 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>
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-0

Successful Response:

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

Required Permissions:

crud

Feature:

system_administration

Additional Errors: