---
title: "unlabel"
canonical: "https://help.vicon.com/space/ShogunPost121/1253736898/unlabel"
format: markdown
---
# Description

Removes labels from markers by moving translation keys to a new unlabeled marker.

The new unlabeled marker's parent can be specified with the `-parent` flag.

## Functional area

Data manipulators

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `unlabel  [-parent string] [-diff] [-ranges] [-all] [-currentFrame]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `parent` | 1 | string | — | Specifies the module to which to parent the unlabeled markers. |
| `diff` |  |  |  |  |
| `ranges` |  |  |  |  |
| `all` |  |  |  |  |
| `currentFrame` |  |  |  |  |

## Return value

void

> Macro (16dcb1b2-c6fb-4c23-a096-38455b87e6a8/1fa5e51a-a28e-46e1-9b5c-734b339f025f/static/scroll-pagebreak)

## Examples

```plaintext
// Unlabel LFHD and parent it to the myUnlabeledMarkers module
unlabel "LFHD" -parent "myUnlabeledMarkers";
```

# Additional information

## Related commands

- [label](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737418)