Cancel a Pickup
HTTP Request
DELETE /api/v1/pickups/{pickup_id}
Example
{
"message": "The pickup was successfully deleted"
}
{
"message": "Not Found!"
}
DELETE /api/v1/pickups/{pickup_id}
{
"message": "The pickup was successfully deleted"
}
{
"message": "Not Found!"
}