Skip to Content
API ReferenceDelete Shipping Label

Delete Shipping Label

Delete a shipping label that was previously created. Use the shipmentId returned by the Create Shipping Label endpoint.

POST /shipping/delete

Request

Headers

HeaderValue
AuthorizationBearer <your_api_token>
Content-Typeapplication/json

Body Parameters

FieldTypeRequiredDescription
increment_idintegerYesThe shipment ID to delete (returned as shipmentId from /shipping/create)

Example

{ "increment_id": 230432 }

Response

Returns 200 OK on success with no body.

CodeDescription
200Successful operation — label deleted
400Invalid order / bad request

Deleting a label is irreversible. Make sure the shipment has not been handed to the carrier before deleting.

Last updated on