pickupNumber in the response of POST /pickups.
If you want to permanently remove a pickup that is still in
new or pendingPickup status, use DELETE /pickups/{pickupNumber} instead.Authentication
All requests require a valid API key. Company account keys must also include theX-Merchant-Id header.
X-Merchant-Id accepts your businessAccountCode (8-digit), externalMerchantId, or MongoDB _id. Single-business keys do not require this header.Path parameter
string
required
The 6-digit pickup number returned when the pickup was created (e.g.
482917).Request body
This endpoint does not require a request body.Example request
Response
A successful cancellation returns HTTP200.
boolean
true on success.object
Confirmation details, including the updated pickup status.
