DELETE
/
mutes
/
purge
curl --request DELETE \
  --url https://api.blazemonitors.com/mutes/purge
{
  "site": {
    "platformName": "bestbuy",
    "siteName": "Bestbuy",
    "siteUrl": "https://bestbuy.com",
    "siteCurrency": "",
    "siteImg": "https://drive.google.com/uc?id=1kxDU95FtyHfjzr-0s1jLb3PtNmccNSlt",
    "hasLists": true,
    "hasProducts": true,
    "hasReleases": true,
    "hasForceAdd": false,
    "queryType": "productSku",
    "restockTypes": [
      "Online",
      "Instore",
      "TotalTech",
      "Loaded"
    ],
    "altNames": [
      "bestbuyus",
      "bb"
    ]
  },
  "results": [
    {
      "error": false,
      "status": "Product Unmuted",
      "product": {
        "productSku": "6426149",
        "productImg": "https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6426/6426149_sd.jpg",
        "productName": "Sony - PlayStation 5 Console",
        "productPrice": "499.99 USD",
        "productUrl": "https://www.bestbuy.com/site/blaze/6426149.p",
        "productSite": "Bestbuy",
        "lastRestocked": 1658506278519
      }
    },
    {
      "error": false,
      "status": "Product Unmuted",
      "product": {
        "productSku": "6430161",
        "productImg": "https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6430/6430161_sd.jpg",
        "productName": "Sony - PlayStation 5 Digital Edition Console",
        "productPrice": "399.99 USD",
        "productUrl": "https://www.bestbuy.com/site/blaze/6430161.p",
        "productSite": "Bestbuy",
        "lastRestocked": 1642708322000
      }
    },
    {
      "error": false,
      "status": "Product Unmuted",
      "product": {
        "productSku": "6473336",
        "productImg": "https://cdn.discordapp.com/attachments/680857806886535416/815653964686164018/Blaze_BB.png",
        "productName": "Pokémon - Pokemon TCG: Celebrations Ultra Premium Collection",
        "productPrice": "119.99 USD",
        "productUrl": "https://www.bestbuy.com/site/blaze/6473336.p",
        "productSite": "Bestbuy",
        "lastRestocked": 1646246414000
      }
    },
    {
      "error": false,
      "status": "Product Unmuted",
      "product": {
        "productSku": "6439402",
        "productImg": "https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6439/6439402_sd.jpg",
        "productName": "NVIDIA GeForce RTX 3060 Ti 8GB GDDR6 PCI Express 4.0 Graphics Card - Steel and Black",
        "productPrice": "399.99 USD",
        "productUrl": "https://www.bestbuy.com/site/blaze/6439402.p",
        "productSite": "Bestbuy",
        "lastRestocked": 1673367757380
      }
    }
  ]
}

Headers

X-Api-Key
string

Query Parameters

site
string

Response

200 - application/json
OK

The response is of type object.