| 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.

**carrierSelectionId**  
`string`  
*required*  
The Shipium carrierSelectionId.

**cancellationDateTime**  
`date-time`  
The date that this carrier selection was cancelled. Defaults to now.

**X-DELEGATED-PARTNER-ID**  
`string`

# ```
#  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/json**  
``200``404

*Updated 26 days ago*
