Skip to content

Cancel parcel

Request

Cancel the booking of a specific parcel. Only parcels that haven’t been delivered can be cancelled. This endpoint allows carriers to manage cancellations effectively.

Security
ApiKeyAuth
Path
parcelIdstringrequired

The parcel ID to be cancelled

Example:1234567890
curl -i -X PATCH \
  https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/parcels/1234567890 \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Parcel cancelled successfully

Response
No content