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

# VidiCore Remove Collection From Collection Action

This node removes a **VidiCore collection** from another **VidiCore collection**.

It can be used to unlink a child collection from a parent collection without deleting either collection. For example, it can remove an **EditMateProjectVersion** collection from an **EditMateProject** collection while keeping both collections available in VidiCore.

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

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The URL of the VidiCore system.

Example:

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

**Collection ID (parent)**

The ID of the parent collection from which the child collection should be removed.

Example:

```
VX-1
```

Common usage:

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

**Collection ID (child / content)**

The ID of the child collection that should be removed from the parent collection.

Example:

```
VX-2
```

Common usage:

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

***

#### Node Result

The node result contains the ID of the updated parent collection.

Example:

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

Typical usage:

```
Collection ID (parent): {project.custom.parentCollectionVC}
Collection ID (child / content): {project.custom.childCollectionVC}
```
