Remove from Batch
Should you need to remove any shipment_ids
or rate_ids
from a batch before processing the batch, you can do so.
If you are new to batches in ShipEngine, be sure to read the Label Batches overview first.
Requirements
- The
batch_id
of the batch with the shipment you want to remove. - The
shipment_ids
and/orrate_ids
you wish to remove from the batch.
Example Request
POST /v1/batches/:batch_id/remove
If successful, ShipEngine will respond with HTTP Status 204, (No Content).