> For the complete documentation index, see [llms.txt](https://wiki.thunderstore.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thunderstore.io/moderation/removing-a-package.md).

# Removing a Package

## Deprecation

Global Moderators and members of the team that uploaded the package can <mark style="color:red;">deprecate</mark> it using the `Manage Package` button on its listing page on the Thunderstore website.

<figure><img src="/files/bppsj7YZnr4Xr6rcQKIk" alt=""><figcaption><p>An example of a package deprecation notice</p></figcaption></figure>

* Deprecated means a package is no longer functional OR should not be used anymore for any reason (such as if a better alternative exists, or if the feature was added to the base game).
* Deprecation status is automatically removed upon updating a package.
* Deprecated mods can still be found on the website and mod manager by checking a box in the search options.
* Deprecated mods will still be downloaded as dependencies.

## Rejection

Moderators can <mark style="color:red;">reject</mark> listings in their community. Rejection is used specifically for removing packages that break global or community rules, or when requested by the package's author. If you want your own package removed contact support, but we recommend deprecating it in most cases.

<figure><img src="/files/Zbg0M6jWRTHEY5WQlDFE" alt=""><figcaption><p>An example of a package rejection notice, only visible to moderators and members of the team that uploaded the package</p></figcaption></figure>

* The website page for a rejected listing will 404 in the community it was rejected from. This does not apply to moderators and members of the team that uploaded the package.
* The package will no longer appear in the mod manager's mod list (but it will not be automatically removed for people who have already downloaded it).
* Rejected mods will not be downloaded as dependencies.

## Deletion

If necessary, Thunderstore administrators can <mark style="color:red;">delete</mark> a package completely. This is usually reserved for packages that contain illegal content or other serious issues. If you need a package deleted, [contact us](https://wiki.thunderstore.io/contact-us).


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.thunderstore.io/moderation/removing-a-package.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
