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

Removes all parameters from the selected character unless the `-onMod` option is used. In this case, the command removes all parameters from the specified character.

Has options for static or dynamic parameters only.

## Functional area

Parameters

# Command syntax

## Syntax

|  |
| --- |
| `removeAllParameters [-onMod string] [-staticOnly][-dynamicOnly] [-solving]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

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

> Macro (scroll-pagebreak)

## Return value

void

## Examples

```plaintext
// Remove all parameters from the selected character
removeAllParameters;
```

# 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)
- [removeParameter](https://vicon-help.atlassian.net/wiki/spaces/Shogun112/pages/31229794)
- [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)