Delete Job

When deleting an unfinished job, this one will be stopped first.

curl -u shiva:shiva -XDELETE "localhost:8902/hippo/v1/_jobs/{jod_id}?pretty"

Result:

{
  "acknowledged" : true
}

Parameter:

ParametersDescriptionRequired
job_idJob ID to be deletedNo
Table 46 Delete Job (Restful API)