With this API, you can delete technology from a compliance policy.
|
Parameter |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
| policyId={value} | Required | Integer | The ID of the policy from where the technology is to be deleted. |
| technologyId={value} | Required | Integer | Specify a valid technology ID to be removed from the policy. |
API Request
curl -X 'DELETE' \'<qualys_base_url>/pcas/v3/policy/technology?policyId=<PolicyID>&technolo
gyId=<TechnologyID>'
\ -H 'accept: application/json'
\ -H 'Authorization: Bearer <Auth Token>'
XML Output
204