Skip to main content
POST
Cancel pickup

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pickupId
string
required

The pickup ID to cancel

Example:

"pickup_2024_123456789"

Response

id
string
required
status
enum<string>
required
Available options:
created,
processing,
completed,
failed,
cancelled
cancelledAt
string<date-time>
required