Delete Report API
Use this API to delete a generated report using the file UUID.
Input ParametersInput Parameters
|
Parameter |
Mandatory/Optional |
Data Type |
Description |
|---|---|---|---|
|
fileUuids |
Mandatory |
List |
Specify a list of file UUIDs to delete the associated reports. |
API Request
curl -X DELETE
'<qualys_base_url>/sm/v1/reports'
--header 'Accept: application/json'
--header 'Authorization: Bearer <JWT Token>'
--header 'Content-Type: application/json'
--data-raw
'{
"fileUuids": [
"7a2fce70-b23c-11ef-a9e5-9da3fb45984c"
]
}'
Response
The report is deleted with the status code 204 (no content).