Delete report
less than a minute
DELETE
Use this endpoint to permanently delete a report and all associated report run data.https://api.digicert.com/reports/v1/report/{{report_identifier}}
After deleting a report, you can no longer:
- View the report details.
- View information about any associated report run.
- Download results of any associated report run.
To delete an individual report run without deleting the report, use the Delete report run endpoint.
Example requests and responses
cURL
curl --request DELETE 'https://api.digicert.com/reports/v1/report/{{report_identifier}}' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
200 OK
{
"message": "Successfully marked all reports for deletion"
}
Path parameters
| Name | Req/Opt | Type | Description |
|---|---|---|---|
| report_identifier | required | string | Report ID (UUID). To get the report ID, copy the report_identifier returned when you Create a report. Otherwise, use the List report history endpoint. |
Response parameters
| Name | Type | Description |
|---|---|---|
| message | string | Deletion message. |
Was this page helpful?
Provide feedback