English
cURL
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" }
Detaches the currently active BGP Threat Intelligence policy from a specific site, deactivating IP reputation blocking.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the site.
BGP policy detached successfully.
Was this page helpful?