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
OR
JSON
Job has progressed too far for cancellation
NOTE : If Job has passed the Batch Imposition status Then that Job cannot be canceled.