Delete Reports

Use this API to delete one or more reports from your account.

DELETE/csapi/v1.3/reports

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

reportUuids

Mandatory

array[string]

One or more report UUIDs for the reports you want to delete.

When specifying multiple reports to delete, enter them in this way: reportUuids=value1&reportUuids=value2&reportUuids=value3, and so on.

SampleSample

API request

    curl -X DELETE 
"<qualys_base_url>/csapi/v1.3/reports?reportUuids=a6476d20-c69f-11ea-8700-3d057ac643a" --header "Authorization: Bearer <token>"
    

Response

    response code 200
{
    "data": null,
    "message": "Report Successfully deleted."
}       
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.