# A way to enable users to delete

**URL:** https://community.glideapps.com/t/a-way-to-enable-users-to-delete/38793
**Category:** Ask for Help
**Created:** [February 21, 2022, 6:33pm UTC](https://community.glideapps.com/t/a-way-to-enable-users-to-delete/38793 "2022-02-21T18:33:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![OnlineNorwegian](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/onlinenorwegian/32/39226_2.png) [@OnlineNorwegian](https://community.glideapps.com/u/OnlineNorwegian)
#### Post date: [February 21, 2022, 6:33pm UTC](https://community.glideapps.com/t/a-way-to-enable-users-to-delete/38793/1 "2022-02-21T18:33:52Z")

</div>

Hi,  
Is there a way to do that users can delete their own posts and chat messages? Instead of that the admin of the app have to do all the work?

---

<div class="post-metadata">

### Author: ![Cloud\_X](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cloud_x/32/11700_2.png) [@Cloud\_X](https://community.glideapps.com/u/Cloud_X)
#### Post date: [February 21, 2022, 8:06pm UTC](https://community.glideapps.com/t/a-way-to-enable-users-to-delete/38793/2 "2022-02-21T20:06:51Z")

</div>

you have to do some work right here  
1st you need to add Row ID for the items table  
2nd add email column in the items table and in glide in the add form you must add a text entry and set the data to the email column and the default value is user email and hide the text entry if you want  
3rd in the item details enable edit form and set the condition to user email is item email

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [February 22, 2022, 12:58am UTC](https://community.glideapps.com/t/a-way-to-enable-users-to-delete/38793/3 "2022-02-22T00:58:12Z")

</div>

If you are talking about the native “Chat” and the native “Comments” then we don’t have a way to enable users to delete them.

To enable that functionality, you have to build your own public/private chat and/or comments functionality, but that will consume a lot of rows.
