Use this endpoint to delete a scheduled report. The report must have a status
of SCHEDULED
.
This endpoint only deletes the scheduled report, suspending future report runs. Completed report runs (status
= READY
) with the same report_identifier
remain available for download after you delete the scheduled report.
To resume report runs after deleting a scheduled report, use the Edit report endpoint.
report_identifier
parameter, provide the report ID of the report you want to resume.curl --request DELETE 'https://api.digicert.com/reports/v1/report/scheduled/{{report_identifier}}' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json'
{
"message": "Successfully marked scheduled report/report template for deletion"
}
Name | Req/Opt | |
---|---|---|
report_identifier | required |
Report ID of the scheduled report to delete. Must have a status of SCHEDULED .
|
Name | Type | Description |
---|---|---|
message | string | Deletion message. |