Skip to content

Cancel a shipment

DELETE
/v1/parcels/{identifier}/cancel

Parameters

Path Parameters

identifier
required
string

The booking id of the shipment to cancel

Responses

204

Shipment canceled successfully

401

Unauthorized

object
errorMessage
required
string

404

No delivery could be found

object
errorMessage
required
string

500

Internal server error

object
errorMessage
required
string

502

Bad gateway

object
errorMessage
required
string

504

Gateway timeout

object
errorMessage
required
string