> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/fiscal-hosts/closing-a-fiscal-host.md).

# Closing a Fiscal Host

Before closing your Fiscal Host, you will need to zero the Fiscal Host’s balance (including any Projects or Events). [You can do so by following the instructions for zeroing a Collective's balance.](/collectives/closing-a-collective/zero-collective-balance.md) You will also need to ensure that any outstanding expenses are paid. See our documentation on [Spending Money](/collectives/spending-money.md) for more information.

{% hint style="warning" %}
Fiscal Hosts with any recorded transactions can only be archived, not deleted.
{% endhint %}

### Archiving a Fiscal Host

If you have any transactions, you will need to archive your Fiscal Host.

This will prevent new donations (including recurring and expenses), but the Fiscal Host's financial history will remain visible.

To archive your Fiscal Host, navigate to your Fiscal Host’s Dashboard > Settings > Advanced, then click “Archive this Organization.”

If you want to activate your Fiscal Host again at a later date, navigate to the same “Advanced” page and find the “Unarchive This Organization” option. This will make your Fiscal Host visible to others again.

### Deleting a Fiscal Host

You can only delete a Fiscal Host if it has no history of transactions or financial activity.

Deleting it will remove all data, including membership and payment methods.

To delete your Fiscal Host, navigate to your Fiscal Host's Dashboard > Settings > Advanced, then click “Delete this Organization.”


---

# 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://documentation.opencollective.com/fiscal-hosts/closing-a-fiscal-host.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.
