Skip to main content

Delete one or more records

API delete

smartPanda.mdh.brand.delete Delete records based on the filter conditions specified in the parameters.

Example Request

{
"method": "smartPanda.mdh.brand.delete",
"params": [
{
"field": "id",
"operator": "in",
"value": [
1,
2,
3
]
}
]
}

Example Response

3

Note: supported in >=3.0.0