# unlink

## Description

* Remove the link associated to a MiniApp directory

## Syntax

`ern unlink`

## Remarks

* You must run this command from within a MiniApp working directory that was linked using the `ern link` command.
* When you remove the link associated to a MiniApp directory, the package launched using the `ern start` command, won't use this MiniApp directory any longer to load the code of the MiniApp.

## Related commands

[ern link](https://native.electrode.io/v0.48/cli-commands/link) | Link to a MiniApp directory


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://native.electrode.io/v0.48/cli-commands/unlink.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
