DELETE
/
policy
/
{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
required

Response

204

DNS policy deleted successfully.