Skip to main content

Delete a bid

DELETE 

/company/bid-auctions/:service_code

Allows a user to delete a bid they have previously placed, provided the auction has not yet been awarded.

Constraints:

  • Only own bids can be deleted
  • The auction must be in the 'published' state
  • Requires JWT authentication

Usage example:

DELETE /company/bid-auctions/TRANS-12345

Request

Responses

Bid successfully removed. Returns the updated auction details.