POST
/
lists
/
rm
curl --request POST \
  --url https://api.blazemonitors.com/lists/rm \
  --header 'Content-Type: application/json' \
  --data '{
  "queries": [
    "B09DFHJTF5",
    "B09DFCB66S"
  ]
}'
{
  "site": {
    "platformName": "amazon",
    "siteName": "AmazonUS",
    "siteUrl": "https://amazon.com",
    "siteCurrency": "USD",
    "siteImg": "https://drive.google.com/uc?id=1AoYw0yB47Kh8RQFXDDBUKRIhH1U3bxVC",
    "hasLists": true,
    "hasProducts": true,
    "hasReleases": false,
    "hasForceAdd": true,
    "queryType": "productSku",
    "restockTypes": [
      "Restock"
    ],
    "altNames": [
      "amazon",
      "amz",
      "amzus"
    ]
  },
  "results": [
    {
      "error": false,
      "status": "Product Removed",
      "product": {
        "productSku": "B09DFHJTF5",
        "productImg": "https://images-na.ssl-images-amazon.com/images/I/31B4XfsojxL.jpg",
        "productName": "PlayStation 5 Digital Edition",
        "productPrice": "399.99 USD",
        "productUrl": "https://www.amazon.com/blaze/dp/B09DFHJTF5?tag=blaz3-20",
        "productSite": "AmazonUS",
        "offerId": "DcrFCpEpb2i1apdGKIpiNKLUcvsZmFusOAey7cQqeU3Zkj0R6JYvUEBK1J00Ws64GNH09%2FENy4KdpEXjVKsVMgzaPCsvxMbRUcK4Tls4Lt7JV8v%2BfgCDv1wKhUpDF%2FMD6meOnHsoG%2FYTwIV5EFvOKQ%3D%3D",
        "lastRestocked": 1648823785000
      }
    },
    {
      "error": false,
      "status": "Product Removed",
      "product": {
        "productSku": "B09DFCB66S",
        "productImg": "https://images-na.ssl-images-amazon.com/images/I/31Tu93a7ZkL.jpg",
        "productName": "PlayStation 5 Console",
        "productPrice": "499.99 USD",
        "productUrl": "https://www.amazon.com/blaze/dp/B09DFCB66S?tag=blaz3-20",
        "productSite": "AmazonUS",
        "offerId": "zxP5QM2rCbTSQ3QgAWuzWUla1iNVj4%2BUHyJdYQaDJNGtoBFzgGeWkIAE8jCS8B98SLfCnktAtIAwQ2en7hlVY8UYaEKdGgaFl%2FdlcQDYa8jIQDCSEB7sEQ%3D%3D",
        "lastRestocked": 1659277305000
      }
    }
  ]
}

Headers

X-Api-Key
string

Query Parameters

site
string

Body

application/json
queries
string[]
Example:
["B09DFHJTF5", "B09DFCB66S"]

Response

200 - application/json
OK

The response is of type object.