---
title: "unlabel"
canonical: "https://help.vicon.com/space/Shogun111/13208628/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

|  |
| --- |
| `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

## 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/Shogun111/pages/13208176)