# 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***

![](/files/-LEUwVWoyLw6Qdcd2y50)![](/files/-LEUwZWJG_LlOMQaTiWQ)

* 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***

  &#x20;                                      ![](/files/-LEUwZWMeZdgUjp_IKDR)
* 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.

  &#x20;                                      ![](/files/-LEUwW5wWD_pC2eP7i7A)
*

```
* This action will activate the previously inactive _**Delete**_ button on the grey menu bar.&#x20;
```

```
* Click on it to initiate the deletion process

&#x20;                                        ![](/files/-LEUwZWQHo4JaahM7pH-)

*   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**_

    &#x20;                                 ![](/files/-LEUwZWtVm4LCue-t2C_)
```


---

# 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/legacy/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.
