Skip to main content

Delete a single record

Find and delete a single record by ID

db.schema.table.del Find and delete a single record by ID

Return the count of rows affected.

API del

Example Request

{
"method": "smartPanda.mdh.brand.del",
"params": 1
}

Example Response

1

Note: supported in >=3.0.0