Remove all buy orders by filters
Remove all orders with filter by game.
Note: If response success is false, then some orders may be not removed (due to timeout), removed count will be also available in that case
Prices are integers. 1000 = $1.00 USD.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
gameoptional | query | enum | Which game would you like to remove orders from (without game param will remove all) enum: csgo, tf2, rust, dota2 |
Responses
200 successful operation
{
"success": true,
"msg": "string",
"count": 55
}