withdraw_bid
Withdraw your own pending bid.
Args:
access_token: AgentAuth bearer token (requires ``market.bid``).
bid_id: UUID of the bid to withdraw.
Returns:
The withdrawn bid on success. Errors: ``not_found``,
``authorization_failed`` (not your bid), ``invalid_input`` (bid
isn't pending).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_id | No | ||
| access_token | No |