# Erase Dictionary Element

## Overview

![The Erase Dictionary Element Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-4641b691b1ba6fde840553a5f032f53f18cc9f83%2Ferasedictionaryelementnodeupdate2.png?alt=media)

The **Erase Dictionary Element Node** removes one or more elements from a **Dictionary**. It receives as input the **Dictionary** from which the element/s will be removed and the `Key/s` of the element/s to erase.

[**Scope**](https://docs.incari.com/incari-studio/2023.1/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Erase Dictionary Element Node Attributes.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-7ad523094ad37458b08c70d463489ab310b53be5%2Fdictionaryelementeraseattributesupdate.png?alt=media)

### Inputs

`Inputs` - The number of elements you wish to remove from the **Input** **Dictionary**. Each element has the following **Attribute**:

| Attribute | Type       | Description                                                                               |
| --------- | ---------- | ----------------------------------------------------------------------------------------- |
| `Key`     | **String** | The `Key` of the element you wish to remove if none is given in the **Input** **Socket**. |

## Inputs

| Input             | Type           | Description                                                           |
| ----------------- | -------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Dictionary`      | **Dictionary** | The **Dictionary** whose element/s you wish to remove.                |
| `Key: KEYNAME`    | **String**     | The `Key` of the element you wish to remove.                          |

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Dictionary`       | **Dictionary** | The resulting **Dictionary** once the desired elements have been removed.                                                              |

## See Also

* [**Clear Dictionary**](https://docs.incari.com/incari-studio/2023.1/toolbox/dictionary/clear-dictionary)
* [**Set Dictionary Element**](https://docs.incari.com/incari-studio/2023.1/toolbox/dictionary/set-dictionary-element)
