# clearInterval

## Description

Clears the parameters of an existing interval.

## Input / Parameter

| Name       | Description                      | Input Type  | Default | Options     | Required |
| ---------- | -------------------------------- | ----------- | ------- | ----------- | -------- |
| intervalId | The id of the interval to clear. | String/Text | -       | -           | Yes      |
| all        | To clear all intervals or not.   | Boolean     | false   | true, false | Yes      |

## Output

N/A

Note: The existing intervals will be updated so the interval cleared is not included.

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
