> 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-deletion-lock-from-file-action.md).

# VidiCore Remove Deletion Lock From File Action

This node removes a **deletion lock** from a **VidiCore file**.

It can be used to unlock a protected file so that it can be deleted again, for example during cleanup workflows or when a previously protected file no longer needs to be retained.

When executed successfully, the node result contains the ID of the unlocked file.

***

#### Configurable Settings

**Async**

Enables or disables asynchronous execution.

**URL**

The URL of the VidiCore system.

Example:

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

**File ID**

The ID of the VidiCore file from which the deletion lock should be removed.

Example:

```
VX-1
```

***

#### Node Result

The node result contains the ID of the unlocked file.

Example:

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

Typical usage:

```
File ID: VX-1
```
