Delete a Custom Secret Detector

Deletes the specified custom (non-system) secret detector. You are not allowed to delete a System secret detector.

DELETE/csapi/v1.3/secretDetector/{secretRuleId}

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
secretRuleId Mandatory string Specify the UUID of the secret rule that you want to update.

Sample: Delete a custom Secret DetectorSample: Delete a custom Secret Detector

API Request

curl -X "DELETE"
"<qualys_base_url>/csapi/v1.3/secretDetector/ff34aaee-e4c2-11ed-b5ea-0242ac120002"
-H "accept: application/json"

Response

"200"