Deletes an existing rollup job Technical preview
Path parameters
-
Identifier for the job.
DELETE /_rollup/job/{id}
curl \
-X DELETE http://api.example.com/_rollup/job/{id}
Response examples (200)
{
"acknowledged": true,
"task_failures": [
{
"task_id": 42.0,
"node_id": "string",
"status": "string",
"reason": {
"type": "string",
"reason": "string",
"stack_trace": "string",
"caused_by": {},
"root_cause": [
{}
],
"suppressed": [
{}
]
}
}
]
}