v1
latestOpenAPI 3.0.02026-08-064842333.5 MBLive 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 Permission | Roles with the Required Permission |
|---|---|
| PRICEGRID_REMOVE | Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU), Administer LPG (PB_PRICEGRIDS) |
post/pricegridmanager.delete/{id}/batch
Request body
Response
OK