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).
  • It cannot be removed if it is already the winning bid (status: accepted).

Typical Flow:

  1. The carrier queries their active bids.
  2. They select a bid to remove.
  3. If the 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.