v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBReport Schedules
Delete a report runner
Permanently deletes the supplied report runner and cancels all pending executions. Returns the deleted record on success. Returns 404 report_runner_not_found if the id does not exist. Locked runners cannot be deleted via the REST API.
delete/v7/report-runners/{reportRunnerId}
Path parameters
reportRunnerIdstring required
The Extole unique report runner identifier.
Response
Deleted report runner.
Example response
{
"created_date": "2025-10-24T02:00:00-07:00",
"pause_info": {
"updated_date": "2025-10-24T09:00:00.000Z"
},
"paused": {
"updated_date": "2025-10-24T09:00:00.000Z"
},
"report_name_pattern": "handlebars@runtime:{{reportNamePattern}}",
"sftp_report_name_pattern": "handlebars@runtime:{{sftpReportNamePattern}}",
"updated_date": "2025-10-24T02:00:00-07:00"
}