Open
Description
What is expected?
There's no way someone can delete their uploaded posts. You are expected to develop a "Delete" option so that users can easily delete their uploaded posts permanently.
What you can do?
You can add a "Delete/Trash" icon at the top-right corner of the post box. When the user clicks on it, a confirmation box will pop up to confirm which post will be permanently deleted.
Things to remember
Your changes must be responsive and ensure that the delete button shows up only on posts uploaded by the user who is logged in.
As deleting is one of the CRUD operations you will be working with a database so make sure you are pretty aware of what you are doing.