Saltar al contenido principal
DELETE
/
policy
/
{policyId}
Eliminar una Política DNS
curl --request DELETE \
  --url https://api.altostrat.io/policy/{policyId} \
  --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

policyId
string<uuid>
required

El identificador único de la política DNS a eliminar.

Response

La política DNS se eliminó correctamente.