Delete Batch

Use this endpoint to delete a batch. Quotes associated with the batch are disassociated (their batch assignment is cleared) but remain active and can be added to other batches.

REST Endpoint

DELETE /restapi/v1/customers/:customerId/batch/:batchId

Request Example

DELETE /restapi/v1/customers/TEST00002/batch/42

Response Status Code

200 OK

Response Content Type

application/json

Response JSON Example

{
  "ok": true
}

Notes

  • Deleting a batch does not delete the associated quotes. Quotes are disassociated from the batch and remain active.
  • Previously booked quotes retain their booking information regardless of batch deletion.