Deletes a policy.
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
policyId | Mandatory | string | Specify the UUID of the policy that you want to delete. |
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?