Cancel a pickup
Cancel a previously scheduled pickup
Cancels a previously scheduled pickup. Only pickups with status `scheduled` can be cancelled.
If the pickup has a confirmation number, the cancellation request is also sent to the carrier.
Parameters
Path Parameters
id
string
Required
The pickup ID to cancel.
Returns
200
Pickup cancelled successfully
401
Authentication required
404
Pickup not found or not cancellable
Related
pickup
cancel
POST/api/v1/pickups/[id]/cancel