Skip to main content

Delete a single record

Find and delete a single record by ID

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

Return the count of rows affected.

API delByUK

Example Request

{
"method": "smartPanda.mdh.brand.delByUK",
"params": {
"id": 100
}
}

Example Response

1

Note: supported in >=3.0.0