Deletes multiple objects based on filter settings.
Please Note: Invalid filter clauses are ignored. This could potentially lead to a full table truncate (the whole type without filter is deleted)! Use the forcefilter variant to enforce a filter in all cases!
TypeCode required | string The object's type code. See the list of Type Codes. |
{- "data": {
- "filterCriteria": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "currency",
- "operator": "iEquals",
- "value": "EUR"
}
]
}
}
}
{- "response": {
- "node": "string",
- "data": [
- "string"
], - "status": 0
}
}