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