Skip to content

Delete an export policy prefix

Request

Remove an exported prefix entry from an export policy.


Requires nodes::configure:network permission.

Security
JWTAuthorizer
Path
nodeIDstringrequired

Node ID

peerGroupIdstringrequired

BGP peer group ID

exportPolicyIdstringrequired

BGP export policy ID

prefixIdstringrequired

BGP prefix entry ID

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

Responses

OK