Sync with Waxpeer session to auto-fill API key

Remove item(s) by item id(s)

GET/v1/remove-items

Remove listed items from sale

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
api
required
querystring
id
required
querynumber

Id of the item you can pass it like this id=123&id=345 to remove multiple

game
required
queryenum

Which game would you like to remove item(s) from

enum: csgo, tf2, rust, dota2

Responses

200 successful operation

Response
{
  "success": true,
  "count": 1,
  "removed": [
    141414146
  ],
  "msg": "Error"
}