# removeObject

## Description

Removes an object from an array.

## Input / Parameter

| Name | Description                                       | Input Type  | Default | Options | Required |
| ---- | ------------------------------------------------- | ----------- | ------- | ------- | -------- |
| var  | The name of the array.                            | String/Text | -       | -       | Yes      |
| key  | The index of the array to remove the object from. | String/Text | -       | -       | Yes      |

## Output

| Description                                | Output Type |
| ------------------------------------------ | ----------- |
| The updated array with the object removed. | Array/List  |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
