Skip to main content
DELETE
/
bgp
/
policy
/
{policyId}
Delete a BGP Policy
curl --request DELETE \
  --url https://api.altostrat.io/bgp/policy/{policyId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

policyId
string<uuid>
required

The unique identifier of the BGP policy to delete.

Response

The BGP policy was deleted successfully.