Skip to content
English
  • There are no suggestions because the search field is empty.

Delete Batch

You can delete a batch using this API

URL /parcel/v1/delete_parcel_batch
Method POST
Parameters sbatchid, string
Sample Request JSON

{

   "sbatchid":'e3d9b92e-03ad-42cc-b561-6bcd2749473a',

}

Sample Response JSON

{

   "status": "ok",

   "isvalid": true,

   "info": "parcel batch e3d9b92e-03ad-42cc-b561-6bcd2749473a set as deleted"

}

Response Codes 200: ok