Description:
Remove an active bid from BEDROCK's marketplace, rendering it inactive.
URL:
https://api.bedrock.com/query/1.0/bid/withdraw
HTTP Request Methods:
GET, POST
API Rate Limit:
None. However, BEDROCK reserves the right to limit API requests. If you are concerned about your volume please contact support.
Sample API Call:
| https://api.bedrock.com/query/1.0/bid/withdraw?apikey=3eb2b085c8363457dd56f42f54ee9gh6&bidid=2342432 |
Request Parameters:
| Name | Description | Required | Example Values | | apikey | A 32-character secret key given to you upon registration. | Yes
| 3eb2b085c8363457dd56f42f54ee9gh6 | | bidid | The ID of the bid you want withdrawn. Multiple bidid values can be passed; a request with one or more invalid bidid values will result in an unsuccessful response.
| Yes | 2342432 | | format | Choose a response format. Supported formats:
| No
| xml
| | callback | Used w/ json format. Response will be JSONP w/ the passed value as a callback. | No | foo |
XML Response: A successful response will have a <success> element.
<response> <success>true</success> </response> |
An unsuccessful response will contain one or more <error> elements indicating the problematic request parameter field.
<errors> <error> <field>apikey</field> <message>cannot be empty</message> </error> </errors> |
|
|