Management Plane API >
Networking
>
Logical Routing And Services
>
BFD Peers
Delete a specified static route BFD peer cofigured on a specified logical router
Deletes the specified BFD peer present on specified logical router.
Request:
Method:
DELETE
URI Path(s):
/api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id>
Request Headers:
n/a
Query Parameters:
StaticHopBfdPeerDeleteRequestParameters
+
StaticHopBfdPeerDeleteRequestParameters
(
schema
)
Name
Description
Type
Notes
force
Force delete the resource even if it is being used somewhere
If true, deleting the resource succeeds even if it is being
referred as a resource reference.
boolean
Default: "False"
Request Body:
n/a
Example Request:
DELETE https://<nsx-mgr>/api/v1/logical-routers/f962173f-ac03-4d08-8366-56a41779f61d/routing/static-routes/bfd-peers/ab6e173e-ac03-5d09-8888-46a41779f633
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
Feature:
routing_routers
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable