For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Common usage:


Node Result

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

Example:

Typical usage:

Last updated