NSX-T Data Center REST API
Delete overridden BGP routing config
Deletes the specified overridden BgpRoutingConfig. If the BgpRoutingConfigis not overridden, it won't get deleted.
Request:
Method:
              DELETE
            URI Path(s):
              
              
                  
                  /policy/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp
                  
              
            Request Headers:
                n/a
            Query Parameters:
    OverrideRequestParameters+
  Request Body:
    n/a
  Example Request:
DELETE https://<policy-mgr>/policy/api/v1/infra/tier-0s/vmc_prv/locale-services/default/bgp?override=trueSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  