v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
package_pickups

Delete a Scheduled Pickup

Delete a previously-scheduled pickup by ID

delete/v1/pickups/{pickup_id}

Response

Return the pickup_id of the scheduled pickup that was successfully deleted

request_idstring uuid required

A UUID (a.k.a. GUID) that uniquely identifies a resource

pickup_idstring required

Pickup Resource ID

Example response

{
  "request_id": "aa3d8e8e-462b-4476-9618-72db7f7b7009",
  "errors": [
    {
      "message": "Body of request cannot be null.",
      "carrier_id": "se-28529731",
      "carrier_code": "dhl_express",
      "field_name": "shipment.ship_to.phone_number"
    }
  ],
  "pickup_id": "pik_3YcKU5zdtJuCqoeNwyqqbW"
}