With this API, you can delete a section within a compliance policy.
|
Parameter |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
| policyId={value} | Required | Integer | The ID of the policy for which you want to delete a section. |
| sectionNumber={value} | Required | Integer | Enter the section number for which you want to delete. |
API Request
curl -X 'DELETE' \'<qualys_base_url>/pcas/v3/policy/section?policyId=5656121§ionNumber=2' \
-H 'accept: */*' \
-H 'Authorization: Bearer 'token'
XML Output
204