Delete Exception

DELETE/rest/v1/exceptions/delete

Delete your exceptions.

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

exceptionId

Mandatory.

String

Provide the exception ID
to delete the exception.

Sample - Delete an ExceptionSample - Delete an Exception

API request

curl -k -X POST -u <username>:<password>  "<qualys_base_url>/cloudview-api/rest/v1/exceptions/delete’
--header 'Content-Type: application/json' \
--header 'Authorization: Basic <JWT Token>' \

Request Data

[
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]

Response

204 (status code) for successful deletion