Skip to content

Delete a BGP peer group from a node

Request

Remove a peer group and all peers and policies nested under it from the node's BGP configuration.


Requires nodes::configure:network permission.

Security
JWTAuthorizer
Path
nodeIDstringrequired

Node ID

peerGroupIdstringrequired

BGP peer group ID

curl -i -X DELETE \
  'https://apidocs.trustgrid.io/_mock/v2/node/{nodeID}/config/network/bgp/peer-group/{peerGroupId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK