DELETE
/
policy
/
{policy}
Delete DNS Policy
curl --request DELETE \
  --url https://api.altostrat.io/content/policy/{policy} \
  --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

policy
string<uuid>
required

Response

204

DNS policy deleted successfully.