# Is there a way to delete multiple bookmarks at once?

**URL:** https://meta.discourse.org/t/is-there-a-way-to-delete-multiple-bookmarks-at-once/275478
**Category:** Support
**Tags:** bookmarks
**Created:** [August 16, 2023, 10:04pm UTC](https://meta.discourse.org/t/is-there-a-way-to-delete-multiple-bookmarks-at-once/275478 "2023-08-16T22:04:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nhan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nhan/32/321209_2.png) [@nhan](https://meta.discourse.org/u/nhan)
#### Post date: [August 16, 2023, 10:04pm UTC](https://meta.discourse.org/t/is-there-a-way-to-delete-multiple-bookmarks-at-once/275478/1 "2023-08-16T22:04:30Z")

</div>

Is there a way to select and remove multiple bookmarks without having to delete each item manually? A “Delete all” option would be good enough for me.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [August 16, 2023, 10:27pm UTC](https://meta.discourse.org/t/is-there-a-way-to-delete-multiple-bookmarks-at-once/275478/2 "2023-08-16T22:27:51Z")

</div>

hi @nhan, welcome to Meta 🙂

i don’t believe it is possible from the Discourse UI, but suspect it can be done in rails by getting users bookmarks and using destroy. i have an idea of how it may be possible, but am unsure of the exact syntax. however i am sure someone else here will be able to verify this and help. if you go that route, be sure to backup first.

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [August 17, 2023, 10:06am UTC](https://meta.discourse.org/t/is-there-a-way-to-delete-multiple-bookmarks-at-once/275478/3 "2023-08-17T10:06:26Z")

</div>

I suspect you don’t want to delete _all_ your bookmarks… So if you want to select multiple bookmarks to help manage them, I’d say it would be more of a reasonable #Contribute > Feature request 👍

Also, a reminder that though using rails command can be useful at times, it’s also dangerous as a tiny error can have disastrous effects. Backups should be mandatory in these cases, but you’d also have to wonder if you really want to go this way to achieve your goal 🙂

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [August 17, 2023, 3:35pm UTC](https://meta.discourse.org/t/is-there-a-way-to-delete-multiple-bookmarks-at-once/275478/5 "2023-08-17T15:35:22Z")

</div>

I think suggesting using the rails console at this stage is a little overkill. It’s only really an option for a sysadmin, and even then I’d say ‘advise with caution’.

If bookmarks are causing some kind of issue with the site and can’t be deleted through the UI, then a rails approach may be a possible solution. If it’s just to save some effort for personal ones then it’s likely not going to be the solution people are looking for.

But if it is, I’ll flip this to an #installation topic. 👍
