---
title: "removeParameter"
canonical: "https://help.vicon.com/space/Shogun112/31229794/removeParameter"
format: markdown
---
# Description

Removes a parameter with the given name from the selected character or the one specified using `-onMod`.

## Functional area

Parameters

# Command syntax

## Syntax

|  |
| --- |
| `removeParameter parameterName [-onMod string] [-solving]` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `parameterName` | String | Yes | Defines the name of the parameter to be removed. |

### Flags

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `onMod` | 1 | string | — | Defines the character to remove the parameter from. |
| `solving` |  |  |  |  |

> Macro (scroll-pagebreak)

## Return value

void

## Examples

```plaintext
// Remove the parameter named "UpperArmLength" from the selected
// character
removeParameter "UpperArmLength";
```

# Additional information

## Related commands

- [addParameter](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31232180)
- [hasParameter](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31233242)
- [listParameters](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31233252)
- [removeAllParameters](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31227933)
- [removeUnusedParameters](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31233720)
- [renameParameter](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31228315)
- [setParameter](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31228573)