Pular para o conteúdo principal
DELETE
/
sites
/
{siteId}
/
bgp
Desanexar Política de BGP de um Site
curl --request DELETE \
  --url https://api.altostrat.io/sites/{siteId}/bgp \
  --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

siteId
string<uuid>
required

O identificador único do site.

Response

Política de BGP desanexada com sucesso.