# Remove List Element

## Overview

![The Remove List Element Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-e586afb5b00c2ba430a57311a95a9a7b1f55321f%2Fremovelistelement.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/2023.2/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/2023.2/toolbox/incari/list2d/addlistelement)
* [**Insert List Element**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/list2d/insertlistelement)
