# Delete Pickup Endpoint: DELETE /runs/pickups/{pickupId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `pickupId` (string, required) The unique pickup Id ## Response 200 fields (application/json): - `success` (boolean) Example: true ## Response 404 fields (application/json): - `message` (string) Example: "not found"