Deletes products specified by filter settings from the Manual Price List.
{- "data": {
- "filterCriteria": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "comments",
- "operator": "iEquals",
- "value": "del"
}
]
}
}
}
{- "response": {
- "node": "string",
- "data": [
- "string"
], - "status": 0
}
}