> For the complete documentation index, see [llms.txt](https://docs.epicollect.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epicollect.net/mobile-application/delete-entries.md).

# Delete Entries (App)

Select the project you would like to delete entries for on the project list.

<figure><img src="/files/7nZaguipC468HidRSBSo" alt=""><figcaption></figcaption></figure>

Open the right drawer menu by tapping on the "Menu" button, the three vertical dots at the top right. From the list of options tap on "Delete entries" to delete all the entries for a project.

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

A confirmation prompt is shown. Tap **OK** to confirm or **CANCEL** to dismiss the popup.

{% hint style="danger" %}
**Be careful to sync your entries first!**

You will not lose data from the main server/database if you delete entries from your mobile device, provided that:

* The entries were uploaded successfully without any errors.
* You have double-checked that the entries are all uploaded on the server (in the web interface).
* (Optional, but extra safe!) You have downloaded a CSV backup from the server to keep a local copy.

If you have confirmed your data is on the server, you can safely delete the entries from your phone. The server and the app are independent once the upload is complete and confirmed.
{% endhint %}

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

All the entries get deleted, and a "**No Entries Found**" message is displayed.

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

To delete a single entry, tap on the entry to view it and use the **DELETE** button at the top right.

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


---

# 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://docs.epicollect.net/mobile-application/delete-entries.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.
