Bids Remove
This endpoint can be used to remove a bid.
Reference
DELETE /bids/remove
Remove bids
Fields
field | type | constraints | Req | W | U |
---|---|---|---|---|---|
userId | int | The userId | Yes | No | No |
portal | string | Available options: | Yes | No | No |
- marktplaats | |||||
- tweedehands | |||||
- website | |||||
bidId | int/string | The bidId | Yes | No | No |
marktplaats: int |
|||||
tweedehands: int |
|||||
website: string |
Example removing bid
Request
DELETE /rest/v1/bids/remove/ HTTP/2
{
"userId": 12311,
"portal": "marktplaats",
"bidId": 6739
}
Response
{
"result": true,
"errors": []
}