# Delete note

If you no longer need a note, you can delete it. Deleting a note removes it from your notes list.

{% hint style="warning" %}
Deleting a note is permanent. The note and any annotations linked to it cannot be recovered.
{% endhint %}

{% stepper %}
{% step %}
Open the notes panel and find the note you want to delete.
{% endstep %}

{% step %}
Open the note's menu and select `Delete`.
{% endstep %}

{% step %}
Confirm the deletion in the dialog that appears. The note is permanently removed.
{% endstep %}
{% endstepper %}


---

# 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://help.hippoly.com/using-hippoly/notes-and-annotations/delete-note.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.
