Cancel an existing carrier selection.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
shipmentIdstring
required
The shipiumShipmentId or partnerShipmentId.
carrierSelectionIdstring
required
The Shipium carrierSelectionId.
cancellationDateTimedate-time
The date that this carrier selection was cancelled. Defaults to now.
X-DELEGATED-PARTNER-IDstring
```
200 CarrierSelection successfully cancelled.
404 Unable to find Carrier Selection
```
Updated 26 days ago
Bearer
xxxxxxxxxx
curl
curl --request DELETE \
--url https://api.shipium.com/api/v1/deliveryexperience/shipment/shipmentId/carrierSelection/carrierSelectionId \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json200404
Updated 26 days ago