# jsapiimpls

## Description

* Remove one or more JS API implementation(s) from a given non-released native application version in a Cauldron &#x20;
* Generate and publish a new Container version—so that the native applications can use the new Container version to access the new JS API implementation(s) that was/were added &#x20;

  **Note** The `ern cauldron del jsapiimpls <jsapiimpls..>` command can remove (from the native application version container) all native dependencies that are only used by the removed MiniApps. The `ern cauldron del jsapiimpls <jsapiimpls..>` command does not do native dependency cleanup.

## Syntax

`ern cauldron del jsapiimpls <jsapiimpls..>`

**Arguments**

`<jsapiimpls..>`

* One or more package path to JS API implementation(s) (delimited by spaces) to remove from a native application version in the Cauldron.

**Options**

`--containerVersion/-v <version>`

* Specify a version for the new container &#x20;
* **Default**  Incremental patch number of the current container version &#x20;

  Example: If the current container version is 1.2.3 and a version is not included in the command, the new container version will be 1.2.4. &#x20;

`--descriptor/-d <descriptor>`

* Remove the JS API implementation(s) from a given target native application version in the Cauldron matching the provided native application descriptor &#x20;
* You can only pass a complete native application descriptor as the native dependencies removed using this command target only a specific single native application version. &#x20;

  **Default**  Lists all non-released native application versions from the Cauldron and prompts you to choose one. &#x20;

## Remarks

* You don't need to provide a version for the JS API implementation(s) when using the `ern cauldron del jsapiimpls <jsapiimpls..>` command. The version is ignored because only one version of a given JS API implementation can be present in a container at any given time. &#x20;


---

# 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.25/cli-commands/cauldron-del/jsapiimpls.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.
