delete_record
Delete a single record from an AIRIOT data table by specifying the table name and record ID, with an option to cascade delete attached files.
Instructions
删除单条表记录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | 表名称(不是ID) | |
| id | Yes | 记录ID | |
| attachment | No | 是否级联删除附件 |