> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 删除记录

## 指令说明

**描述：** 删除数据表中的一条或多条记录

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-01.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=833f68c199a03a3aafb8d9500fd27a84" alt="删除记录指令参数面板" width="657" height="474" data-path="helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-01.png" />

    | 参数          | 说明                             |
    | ----------- | ------------------------------ |
    | **多维表格对象**  | 请选择通过“连接飞书多维表格”指令产生的多维表格对象     |
    | **数据表定位方式** | 选择定位方式，可以通过名称定位或ID定位来指定待操作的数据表 |
    | **数据表名称**   | 请输入要删除记录的数据表名称（数据表定位方式选择名称定位时） |
    | **数据表ID**   | 请输入要删除记录的数据表ID（数据表定位方式选择ID定位时） |
    | **删除方式**    | 请选择删除记录的方式，可选择删除一条或删除多条        |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-02.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=6479f21bce9161221c411c0129827891" alt="删除记录使用示例" width="1134" height="215" data-path="helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-03.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=aa52dbaf0b4cd08681217d2a9609befe" alt="删除记录使用示例" width="1093" height="202" data-path="helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-03.png" />

**该流程执行逻辑：**

使用【获取飞书访问凭证】获取飞书访问凭证，并将其保存至飞书访问凭证中

使用【连接飞书多维表格】连接到指定的飞书多维表格，并将其保存至飞书多维表格对象中

使用【删除记录】根据视图名称删除数据表中的现有记录，通过记录ID指定记录

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-04.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=813a27278833c5dd37434468db9ffd6e" alt="删除记录效果展示" width="1075" height="132" data-path="helpcenter/commands/feishu/images/deletelarkbitablerecordcommand-04.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
