# 6.7 Deleting Posts

The ability to delete posts is only available to admins or registered users with adequate permissions. This means that non registered users cannot delete posts.

You can select multiple posts to delete at a time from the post list page, or delete individual posts from the list page, or individual post view page .

To delete

* An individual post from the data view, click on the three dotted icon from the list of detail pane as shown below, then click on ***Delete***

<figure><img src="/files/5JUr4UrJrsmlcE8cXjk9" alt="Highlighted: 3 dotted icon button"><figcaption><p>Highlighted: 3 dotted icon button</p></figcaption></figure>

<figure><img src="/files/HcB5YTwJQStKLPnYozYq" alt="Highlighted: Delete button under the 3 dotted icon drop down menu. to delete a post"><figcaption><p>Highlighted: Delete button under the 3 dotted icon drop down menu. to delete a post</p></figcaption></figure>

* A pop up box will appear on the top of the page, prompting you to confirm whether you would like to delete your post
  * Click on ***Delete*** to delete your post
  * If you’d like to cancel the post deletion process, click on ***Cancel***

<figure><img src="/files/Maj49WFQd19GAUf9rvq4" alt="Delete post confirmation modal"><figcaption><p>Delete post confirmation modal</p></figcaption></figure>

* Multiple posts from the post lists page
  * Click on bulk actions, then tick the checkbox on the left, adjacent to the post(s) you would like to delete from the posts list page. You can also click on ***Select All*** to grab all posts listed on that page.

<figure><img src="/files/30Jh8NkaPgr7znbIboJW" alt="Click on bulk actions, then tick the checkbox on the left, adjacent to the post(s) you would like to delete from the posts list page"><figcaption><p>Click on bulk actions button</p></figcaption></figure>

* This action will activate the previously inactive ***Delete*** button on the grey menu bar.&#x20;
* Click on it to initiate the deletion process.

<figure><img src="/files/hWOm8d3Brmjzp9QirOID" alt="Highlighted: Delete button to delete posts"><figcaption><p>Highlighted: Delete button to delete posts</p></figcaption></figure>

* A black pop-up box will appear on the top of the page, prompting you to confirm whether you would like to delete your post(s)
  * Click on ***Delete*** to delete your post(s)
  * If you’d like to cancel the post deletion process, click on ***Cancel***

<figure><img src="/files/11Q37lKPElZafzsSkGAt" alt="Delete posts confirmation modal"><figcaption><p>Delete posts confirmation modal</p></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.ushahidi.com/platform-user-manual/6.-managing-data-in-your-deployment/6.6-deleting-posts.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.
