Delete an order's shipment
Shipping
Delete an order's shipment
Delete an order’s shipment. Requires the WRITE_SHIPPING scope.
DELETE
Delete an order's shipment
Soft-deletes the shipment attached to the given order and clears the order’s shipment reference and shipping cost. The order must belong to the store bound to the app token. Requires the
WRITE_SHIPPING scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Query Parameters
ObjectId of the order whose shipment should be deleted.
Response
Delete an order's shipment.
Standard Salesive response envelope. The operation-specific payload is carried in data.

