Shipment Cancellation

Carriyo will use the cancel endpoint to cancel a specific shipment that has not yet been shipped.

Carriyo will use the carrier's unique tracking number to cancel the shipment.

Securityapi-key or OAuth2
Request
path Parameters
tracking-number
required
string
Responses
200

OK

400

Error

post/shipments/{tracking-number}/cancel
Response samples
application/json
{
  • "errors": [
    ]
}