Sync with Waxpeer session to auto-fill API key

Remove all listings

GET/v1/remove-all

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring
game
optional
queryenum

Which game would you like to remove items from (without game param will remove all)

enum: csgo, tf2, rust, dota2

Responses

200 Remove all listings for all games

Response
{
  "success": false,
  "msg": "string",
  "count": 0
}