# Object.remove

## Description

Removes a value from an object using a key.

## Input / Parameter

| Name      | Description                                         | Input Type | Default | Options | Required |
| --------- | --------------------------------------------------- | ---------- | ------- | ------- | -------- |
| data      | The reference object to be updated.                 | Object     | -       | -       | Yes      |
| attribute | The key of the value to be removed from the object. | Text       | -       | -       | Yes      |

## Output

| Description                 | Output Type |
| --------------------------- | ----------- |
| Returns the updated object. | Object      |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
