# Remove Tag

## Overview

![The Remove Tag Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-af44faf9e05b9bac33c3d1d695b0ff66aef6c180%2Fremovetagupdatedimage.png?alt=media)

The **Remove Tag Node** deletes a *tag* from an **Object**. This *tag* acts as *metadata* and removing it means the **Object** is no longer associated with that *tag*.

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

## Attributes

![The Remove Tag Node Attributes.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-2418f65798156ced3c78e2286c90c3eff7ba4dcb%2Fremovetagattributes.png?alt=media)

### Object

| Attribute | Type         | Description                                                                                       |
| --------- | ------------ | ------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Object** from which the *tag* will be removed, if none is provided in the **Input Socket**. |

### Input

| Attribute | Type       | Description                                                           |
| --------- | ---------- | --------------------------------------------------------------------- |
| `Tag`     | **String** | The *tag* to be removed, if none is provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** from which the *tag* will be removed.                  |
| `Tag`             | **String**   | The *tag* to be removed.                                              |

## 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. |

## See Also

* [**Add Tag**](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/object/add-tag)
