> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.13.0/helmut4-components/streamdesigner/nodes/actions/third-party/vidispine/vidicore/vidicore-remove-metadata-field-values-from-item-action.md).

# VidiCore Remove Metadata Field Values From Item Action

This node removes **VidiCore metadata field values** from an existing **VidiCore item**.

It can be used to clean up or update item metadata in VidiCore by removing specific metadata fields from an item. The item itself is not deleted or modified outside of the selected metadata fields.

When executed successfully, the node result contains the ID of the updated item.

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The URL of the VidiCore system.

Example:

```
https://myVidiCore.com
```

**Item ID**

The ID of the VidiCore item from which the metadata field values should be removed.

Example:

```
VX-1
```

**VidiCore Metadata Fields**

One or more VidiCore metadata fields that should be removed from the item.

Example:

```
releaseDate
```

Multiple fields can be provided as separate entries.

***

#### Node Result

The node result contains the ID of the updated item.

Example:

```
{node.result.?}
```

Typical usage:

```
Item ID: VX-1

VidiCore Metadata Fields:
releaseDate
```
