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"
}

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.