> For the complete documentation index, see [llms.txt](https://native.electrode.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://native.electrode.io/v0.43/cli-commands/bundlestore/delete.md).

# delete

**This command can only be used with access to an** [**Electrode Native bundle store server**](https://github.com/electrode-io/ern-bundle-store)

**To use this command, the `bundleStore` config must be set in cauldron**

## Description

Delete an existing store from the bundle store server

## Syntax

`ern bundlestore delete <storeAccessKey>`

### Arguments

`<storeAccessKey>`

The access key of the store to delete from the server.\
This is the key that was obtained when initially running the [bundlestore create](/v0.43/cli-commands/bundlestore/create.md) command for this store.

### Example

* `ern bundlestore delete d49fd6a7-4957-42df-953b-8ac3a98e7cf8`

Delete the store associated to access key `d49fd6a7-4957-42df-953b-8ac3a98e7cf8`

*Output:*

```
ℹ Deleted store mystore
```

### Related commands

[bundlestore create](/v0.43/cli-commands/bundlestore/create.md) | Create a store\
[bundlestore use](/v0.43/cli-commands/bundlestore/use.md) | Use a store\
[bundlestore upload](/v0.43/cli-commands/bundlestore/upload.md) | Upload a bundle to the current store


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.43/cli-commands/bundlestore/delete.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.
