---
title: "removeAllParameters"
canonical: "https://help.vicon.com/space/ShogunPost119/850464807/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/ShogunPost119/pages/850462672)
- [hasParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850468027)
- [listParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464339)
- [removeParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464868)
- [removeUnusedParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464907)
- [renameParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464915)
- [setParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850465622)