> 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-delete-item-action.md).

# VidiCore Delete Item Action

This node deletes a specified **VidiCore item**.

It can be used to remove items from VidiCore, for example when an item is no longer required or when a cleanup workflow should delete previously created item records.

When executed successfully, the node result contains the ID of the deleted 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 that should be deleted.

Example:

```
VX-0
```

***

#### Node Result

The node result contains the ID of the deleted item.

Example:

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

Typical usage:

```
Item ID: VX-0
```
