Jeebly
POST https://demo.jeebly.com/customer/cancel_shipment

Cancel Shipment API Scheduled

Cancel an existing scheduled shipment by reference number. Pass the Jeebly reference_number (AWB) in the JSON body. Authenticate with X-API-KEY and client_key headers.

API Guide
TIME (GST)DURATIONSTATUSMETHOD
POST

Body Params application/json

required = mandatory
{
  "success": "true",
  "message": "Shipment cancelled successfully.",
  "reference_number": "JB304036"
}
{
  "success": "false",
  "message": "X-API-KEY and client_key headers are required."
}