# Remove List Element

## Overview

![The Remove List Element Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-302fd662c9ed294b68ccf760712cf97f2e29d337%2Fremovelistelementnode20241.png?alt=media)

The **Remove List Element Node** removes the element of a **List** at the specifed `Index` and returns the updated **List**. Each element consists of two parts: the icon and the text.

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

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **List** the user wishes to remove an element from.               |
| `Index`           | **Int**      | The index of the element the user wishes 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. |
| `List Data`        | **Array** | The data of the updated **List** in **Array** format.                                                                                  |

## See Also

* [**Add List Element**](https://docs.incari.com/incari-studio/toolbox/incari/list2d/addlistelement)
* [**Insert List Element**](https://docs.incari.com/incari-studio/toolbox/incari/list2d/insertlistelement)
