DELETE
/
{site_id}
Remove DNS Policy from Site
curl --request DELETE \
  --url https://api.altostrat.io/content/{site_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter the Bearer token (obtained via authentication or provided internally).

Path Parameters

site_id
string
required

Response

204

DNS policy removed successfully.