# Delete post

{% hint style="info" %}
Note that you can only delete posts that you have created. However, workspace administrators can delete any post.
{% endhint %}

{% hint style="warning" %}
Note that deleting a post does not remove any comments made by users on that post.
{% endhint %}

If you want to delete a post follow these steps

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

{% step %}
Select the `Delete` menu option.

<figure><img src="/files/bP0J281Rthf8Y2TwJihX" 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/posts/delete-post.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.
