Delete Sections in a Policy

DELETE /pcas/v3/policy/technology/

With this API, you can delete a section within a compliance policy.

Input ParametersInput Parameters

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.

Sample - Delete an existing section in the policySample - Delete an existing section in the policy

API Request

curl -X 'DELETE' \'<qualys_base_url>/pcas/v3/policy/section?policyId=5656121&sectionNumber=2' \
-H 'accept: */*' \
-H 'Authorization: Bearer 'token'

XML Output

204


 

 

 

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.