Vai al contenuto principale
DELETE
/
sites
/
{siteId}
/
dns
Dissocia la policy DNS da un sito
curl --request DELETE \
  --url https://api.altostrat.io/sites/{siteId}/dns \
  --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

L'identificatore univoco del sito.

Response

Policy DNS dissociata con successo.