# How Do I Remove Symbol Files?

{% hint style="warning" %}
BugSplat will automatically remove symbols according to the rules below. BugSplat customers are responsible for long-term symbol storage.
{% endhint %}

There are a few ways that symbol files can be removed from BugSplat.

### Automatically

BugSplat will automatically remove unreferenced symbols in large symbol sets. If your database contains more than 5 gigabytes of symbol data, our cleanup algorithm will automatically remove symbols not referenced by a crash report in more than the configured expiry period (default 90 days). Additionally, newly posted symbols not referenced by a crash report within 15 days will be removed. You can configure the symbol expiry period on the [Symbols](https://app.bugsplat.com/v2/database/symbols) settings page.

### Manually

Symbol stores can be removed by navigating to the [Versions](https://app.bugsplat.com/v2/versions) page. Click the checkbox next to the versions containing symbols you want to remove. Click the **Delete Symbols** button to remove the symbols for the selected versions.

<figure><img src="/files/Ppu3eCSGAq9bABfpYN4G" alt=""><figcaption><p>Removing Symbols Manually</p></figcaption></figure>


---

# 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://docs.bugsplat.com/education/faq/how-do-i-remove-symbol-files.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.
