v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Live Price Grids

Delete a Price Grid Item (Filter)

Deletes a Live Price Grid Item based on filter settings.


Filter example:<p> Deletes only Price Grid Items where comments = "del".

{
  "data": {
    "filterCriteria": {
      "operator": "and",
      "criteria": [
        {
          "fieldName": "comments",
          "operator": "iEquals",
          "value": "del"
        }
      ]
    }
  }
}

Required PermissionRoles with the Required Permission
PRICEGRID_REMOVEEdit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU), Administer LPG (PB_PRICEGRIDS)
post/pricegridmanager.delete/{id}/batch

Request body

Response

OK