# Delete for Local DB or Local Storage

**URL:** https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125
**Category:** Questions about Thunkable X
**Created:** [January 11, 2019, 2:55am UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125 "2019-01-11T02:55:08Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![boogarweed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/boogarweed/32/29198_2.png) [@boogarweed](https://community.thunkable.com/u/boogarweed)
#### Post date: [January 11, 2019, 2:55am UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/1 "2019-01-11T02:55:08Z")

</div>

I may be missing something here but I have searched and searched trying to find a way to delete data that has been saved in Local DB or Local Storage for that matter. Is there a way to do it? I would like to allow the user to make a local list of items and then delete them if necessary. Thanks in advance for the help!

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [January 11, 2019, 10:56am UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/2 "2019-01-11T10:56:53Z")

</div>

Hi @boogarweed,

There’s a `remove item from list` block, and depending on what you’re trying to do, you might need to use it in conjunction with th `index of thing in list` block.

---

<div class="post-metadata">

### Author: ![boogarweed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/boogarweed/32/29198_2.png) [@boogarweed](https://community.thunkable.com/u/boogarweed)
#### Post date: [January 11, 2019, 3:50pm UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/3 "2019-01-11T15:50:27Z")

</div>

Okay, I see where the Local DB only has the following blocks available; GetCell, SetCell, NumberOfRows, GetColumn & GetRow. So do I somehow use the List blocks to accomplish this? I’m not following so far. Thanks again for the help!

---

<div class="post-metadata">

### Author: ![rojored12](https://avatars.discourse-cdn.com/v4/letter/r/47e85d/32.png) [@rojored12](https://community.thunkable.com/u/rojored12)
#### Post date: [January 11, 2019, 7:55pm UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/4 "2019-01-11T19:55:08Z")

</div>

Hey there, I´ve been having a similar issue for a couple of months with removing item from local lists. Staff told me it was a bug, but now deadline for app delivery is close and I´m still having the same issue.  
I´ve tried with the following blocks: “get and remove” and “remove” alone, or in combination with “find first” and then remove, as shown in my blocks below…  
Any ideas?

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/3/430b2fe11af18916e1b10d5510c555cba70e09b9.png)

---

<div class="post-metadata">

### Author: ![rojored12](https://avatars.discourse-cdn.com/v4/letter/r/47e85d/32.png) [@rojored12](https://community.thunkable.com/u/rojored12)
#### Post date: [January 12, 2019, 12:04am UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/6 "2019-01-12T00:04:45Z")

</div>

False alarm my last post, my problem persists. I´ve tried a lot of combinations and nothing helps. I´ve also tried to shuffle the list after each removal in an effort to “refresh” the list, but nothing works. Any ideas or solution?

---

<div class="post-metadata">

### Author: ![Christian\_Sigge](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/christian_sigge/32/27756_2.png) [@Christian\_Sigge](https://community.thunkable.com/u/Christian_Sigge)
#### Post date: [March 23, 2020, 1:53pm UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/7 "2020-03-23T13:53:08Z")

</div>

Hello,  
Do you have an example where i can see how that exactly works?

Thank you.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [March 23, 2020, 5:09pm UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/8 "2020-03-23T17:09:39Z")

</div>

> [@Christian\_Sigge](#):
>
> ello,  
> Do you have an example where i can see how that exactly works?
> 
> Thank you.

Can you specify exactly what you would like to see an example of?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:39am UTC](https://community.thunkable.com/t/delete-for-local-db-or-local-storage/64125/9 "2024-11-08T11:39:40Z")

</div>


