Cancel Order

Cancel An Order

DELETE route is used to cancel a job. A Job can be only canceled if they have not passed a certain point in production.
In general, jobs can be canceled as long as they have not passed “Batch Imposition” status.

Resource URI

DELETE /orders/job_id                                         

Input Parameters

@param job_id {string} a valid 4over job-id.

Sample Request

html

https://api.4over.com/orders/Z32071612343-001

Sample Response

JSON

  true