Use this API to deactivate the auto correlation rule.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
autoCorrelationRuleId |
Mandatory |
String |
Provide ID of the rule you want to deactivate. |
API Request
curl -X POST
<qualys_base_url>
/fim/v3/autocorrelation/rules/{autoCorrelationRuleId}/deactivate
-H 'authorization: Bearer <token>'
-H 'content-type: application/json'’
Response
{ "status": "
DEACTIVATED" }