Deletes a Policy

Deletes a policy.

DELETE/csapi/v1.3/centralizedPolicy/{policyId}

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
policyId Mandatory string Specify the UUID of the policy that you want to delete.

Sample: Delete a PolicySample: Delete a Policy

API Request

curl -X "DELETE" 
"<qualys_base_url>/csapi/v1.3/centralizedPolicy/7a64bbd7-67a8-4c39-981e-6345c62bacb2" 
-H "accept: application/json" 
-H "Authorization: Bearer <token>"

Response

{
    "uuid": "7a64bbd7-67a8-4c39-981e-6345c62bacb2"
}