# Delete poll

To delete a poll, you need to delete the post it is attached to. To do, so follow these steps

{% stepper %}
{% step %}
Go to the post where the poll is attached and click the `Menu-icon` at the top right corner of the post.&#x20;
{% endstep %}

{% step %}
Click the `Delete` menu option.&#x20;

<figure><img src="/files/iN5Fppt6O7WTrqqxq762" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
A confirmation dialog will appear. Click `Delete` to confirm the deletion.
{% 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/polls/delete-poll.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.
