Skip to main content
DELETE
/
sites
/
{siteId}
/
bgp
Detach BGP Policy from a Site
curl --request DELETE \
  --url https://api.altostrat.io/sites/{siteId}/bgp \
  --header 'Authorization: Bearer <token>'
{
  "type": "invalid_request_error",
  "code": "parameter_invalid",
  "message": "The 'name' parameter cannot be empty.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_invalid"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

siteId
string<uuid>
required

The unique identifier of the site.

Response

BGP policy detached successfully.