> 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-library-from-collection-action.md).

# VidiCore Remove Library From Collection Action

This node removes a **VidiCore library** from an existing **VidiCore collection**.

It can be used to unlink a library from a collection without deleting the library itself. For example, this is useful when a library should no longer be part of a project-related collection but must remain available in VidiCore.

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

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The URL of the VidiCore system.

Example:

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

**Collection ID**

The ID of the VidiCore collection from which the library should be removed.

Example:

```
VX-1
```

Common usage with project collection wildcards:

```
{project.custom.childCollectionVC}
{project.custom.parentCollectionVC}
```

**Library ID**

The ID of the VidiCore library that should be removed from the collection.

Example:

```
VX*2
```

***

#### Node Result

The node result contains the ID of the updated collection.

Example:

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

Typical usage:

```
Collection ID: {project.custom.childCollectionVC}
Library ID: VX*2
```
