Cancel a delivery
Cancels a delivery before pickup. Repeating cancellation for an already
cancelled delivery returns the same representation. Cancellation after
pickup returns 409 DELIVERY_NOT_CANCELLABLE.
Authorizations
A business-bound HaulStow API key. Send
Authorization: Bearer hsg_live_key_... to the live server or a
hsg_test_key_... key to the sandbox server. Never expose this key in a browser.
Headers
Optional caller correlation ID. Use 1–128 ASCII letters, digits, ., _,
-, or :. Invalid values are replaced. The accepted/generated value is
returned in the response.
1 - 128^[A-Za-z0-9._:-]+$Optional for naturally idempotent cancellation; recommended for a uniform mutation policy.
8 - 255Path Parameters
^dlv_[a-f0-9]{32}$"dlv_3f1a821cdb58498cbb52f4706545a089"
