Delete an Exception

Deletes an exception.

DELETE/csapi/v1.3/exception/{exceptionId}

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
exceptionId Mandatory string Specify the ID or UUID of the exception.

Sample: Delete an ExceptionSample: Delete an Exception

API Request

curl -X "DELETE"
"<qualys_base_url>/csapi/v1.3/exception/760b9868-8f41-4754-b51c-0d59d27e9934"
-H "accept: application/json"
-H "Authorization: Bearer <token>"

Response

Response code 200