Skip to main content

Delete an existing bid

DELETE 

/truckers/auctions/bid/:serviceCode

Allows a carrier to remove an existing bid in an auction.

Requirements:

  • Authenticated and active user
  • The bid must belong to the user or their company
  • The auction must be in a state that allows bid removal (published)
  • Cannot be removed if it is already the winning bid (status: accepted)

Typical flow:

  1. Carrier reviews their active bids
  2. Selects a bid to remove
  3. If conditions are met, the bid is marked as cancelled
  4. If it was the lowest bid, the auction's winning bid is updated

Request

Responses

Bid successfully removed

Response Headers