# Removing Collections

If, for some reason, you decided to remove one or all your collections, you can do it easily in a few clicks without the necessity of manually removing the <mark style="color:$primary;">**Stats**</mark> category and <mark style="color:$primary;">**Stats**</mark> voice channels. **Bocto** provides you with two ways to do it.

## <mark style="color:$primary;">Removing collections one by one.</mark>

### <mark style="color:purple;">Removing via Dashboard.</mark>

The easiest way is to visit the NFT Stats plugin page in Dashboard, press the <mark style="color:purple;">**Remove**</mark> button on the collection card. It will remove the card itself, the collection's data from our database, and the collection category with all the channels inside it automatically.

### <mark style="color:purple;">Removing via Discord command.</mark>

The second way is to use `/remove-collection-stats` command in **Discord** in the <mark style="color:purple;">**Bocto**</mark>**&#x20;**<mark style="color:yellow;">**#hub**</mark> channel (or any other), enter the [collection slug](/appendix/getting-collection-slug-symbol.md) and select the marketplace so that the bot can identify the collection you want to remove.

<figure><img src="/files/SCO3Y9vLMstjgzQNixdJ" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">Batch safe removing.</mark>

If you don't want to mess with one-by-one removal, you can use `/safe-remove-all-stats` command in **Discord** in the <mark style="color:purple;">**Bocto**</mark>**&#x20;**<mark style="color:yellow;">**#hub**</mark> channel (or any other), and Bocto will do everything safely and automatically. All the collection cards in Dashboard, the collection's data in our database, and the collection categories with all the channels inside them will be removed.

<figure><img src="/files/sxqmRusDaOst3zUzxZ1r" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %} <mark style="color:$danger;">**Important!**</mark> This command has no intermediate steps or options, and once it is launched, all the data about your collections <mark style="color:red;">**will be deleted immediately**</mark>! Proceed with caution!
{% endhint %}


---

# 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://guide.bocto.octopeeps.com/plugins/nft-stats/removing-collections.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.
