Cancel Shipment

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

shipmentId
string
required

The shipiumShipmentId or partnerShipmentId (if one was provided).

cancellationDateTime
date-time
The date that this shipment was cancelled. Defaults to now.

X-DELEGATED-PARTNER-ID
string

200 Updating of Shipment successful.

400 Invalid inputs were provided.

403 Not authenticated / authorized via OAuth.

404 Unable to find the shipmentId to delete.

Updated 26 days ago

curl --request DELETE \
     --url https://api.shipium.com/api/v1/deliveryexperience/shipment/shipmentId \
     --header 'accept: application/json'

application/json
200
400
403
404
Updated 26 days ago