# Can I remove document(s) from Datashare?

In **local** mode, you *cannot* remove a single document or a selection of documents from Datashare. But you can remove **all your projects and documents** from Datashare.

Open the **menu** and on the bottom of the menu, click the **trash icon**:

<figure><img src="https://2881303961-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWCyd3pDXO_H4jk9DgG%2Fuploads%2Fgit-blob-1d7ccd2fc5b1cc69c0543339b6085a4f9a019659%2FScreenshot%202025-06-10%20at%2010.54.58.png?alt=media" alt="Screenshot of Datashare&#x27;s homepage with the menu and the trash icon at the bottom right of the menu highlighted"><figcaption></figcaption></figure>

A confirmation window opens. The action cannot be undone. It removes all the projects and their documents from Datashare. Click '**Yes**' if you are sure:

<figure><img src="https://2881303961-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWCyd3pDXO_H4jk9DgG%2Fuploads%2Fgit-blob-b73e9f15af3f004a14f09ee131bea4c8634f39ba%2FScreenshot%202025-06-10%20at%2010.55.13.png?alt=media" alt="Screenshot of Datashare&#x27;s homepage with a confirmation modal to delete all projects and documents highlighted"><figcaption></figcaption></figure>

***For advanced users** -* if you'd like to do it with the Terminal, here are the instructions:

* If you're using Mac: `rm -Rf ~/Library/Datashare/index`
* If you're using Windows: `rd /s /q "%APPDATA%"\Datashare\index`
* If you're using Linux: `rm -Rf ~/.local/share/datashare/index`
