# nativeapp

## Description

* Remove a native application entry from a Cauldron

## Syntax

`ern cauldron del nativeapp <descriptor>`

**Arguments**

`<descriptor>`

* A partial native application descriptor or a complete native application descriptor representing the native application entry to be removed from the Cauldron.

**Example**

`ern cauldron del nativeapp TestApp`\
Remove the native application named `TestApp` from the cauldron.\
This includes removing all platforms and versions of this native application from the Cauldron.

`ern cauldron del nativeapp TestApp:android`\
Remove the android platform entry of `TestApp` from the Cauldron.\
This includes removing all versions entries in Cauldron of `TestApp` for `android` platform, but will other platform versions untouched.

`ern cauldron del nativeapp TestApp:android:1.0.0`\
Remove version `1.0.0` of the `TestApp` `android` from the Cauldron.\
All other versions of `TestApp` `android` will remain untouched.

## Remarks

* The `ern cauldron del nativeapp <descriptor>` command is rarely used for Cauldrons in production environments. &#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.27/cli-commands/cauldron-del/nativeapp.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.
