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

    | 参数         | 说明       |
    | ---------- | -------- |
    | **字典**     | 输入字典变量   |
    | **待删除的键名** | 输入待删除的键名 |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removedictionarykeyvaluecommand-02.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=09c63c334ebe67947aeff1df6a22e902" alt="删除字典数据使用示例 - 流程搭建" width="854" height="256" data-path="helpcenter/commands/data-processing/images/removedictionarykeyvaluecommand-02.png" />

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

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

1. 选择需要处理的字典变量，并输入待删除的键名。
2. 删除该键及其对应的值。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removedictionarykeyvaluecommand-03.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=203868e53a526375dd772255e14f5eb7" alt="删除字典数据使用示例 - 效果展示" width="833" height="241" data-path="helpcenter/commands/data-processing/images/removedictionarykeyvaluecommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/QLw4prvAN-mejJU5/helpcenter/commands/data-processing/images/removedictionarykeyvaluecommand-04.png?fit=max&auto=format&n=QLw4prvAN-mejJU5&q=85&s=2ff8df9df9b070139490befb183ca9b4" alt="删除字典数据使用示例 - 效果展示" width="834" height="164" data-path="helpcenter/commands/data-processing/images/removedictionarykeyvaluecommand-04.png" />

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