> ## 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/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removelistitemcommand-01.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=4bdc6e6201b9a7868ac519e724ae2ab0" alt="删除列表数据指令参数面板" width="648" height="359" data-path="helpcenter/commands/data-processing/images/removelistitemcommand-01.png" />

    | 参数        | 说明                            |
    | --------- | ----------------------------- |
    | **列表**    | 输入列表变量                        |
    | **删除方式**  | 按位置删除或按内容删除                   |
    | **待删除位置** | 输入待删除项的位置，0表示第1项，1表示第2项...... |
    | **待删除内容** | 输入待删除项的内容                     |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removelistitemcommand-03.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=09ad8fcd08f33f6cc0bce0d8a69ce50e" alt="删除列表数据使用示例" width="648" height="359" data-path="helpcenter/commands/data-processing/images/removelistitemcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removelistitemcommand-02.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=162cf6ef3b63870153ebcb894e513ed9" alt="删除列表数据使用示例 - 流程搭建" width="852" height="252" data-path="helpcenter/commands/data-processing/images/removelistitemcommand-02.png" />

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

本例演示【删除列表数据】指令的配置与执行：

1. 选择需要处理的列表，并设置删除方式。
2. 按指定位置或指定内容删除列表项。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removelistitemcommand-04.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=be8c06f26d647f6ab9efa4e4c53a30a0" alt="删除列表数据使用示例 - 效果展示" width="836" height="208" data-path="helpcenter/commands/data-processing/images/removelistitemcommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removelistitemcommand-05.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=631df3dfd06883b9f68a73553b8c9ba7" alt="删除列表数据使用示例 - 效果展示" width="840" height="245" data-path="helpcenter/commands/data-processing/images/removelistitemcommand-05.png" />

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