---
title: "removeAllParameters"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738025/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

> Macro (scroll-tablelayout)

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

## Return value

void

> Macro (scroll-pagebreak)

## Examples

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

# Additional information

## Related commands

- [addParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736903)
- [hasParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738347)
- [listParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738291)
- [removeParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739919)
- [removeUnusedParameters](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736542)
- [renameParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739810)
- [setParameter](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737311)