# מחק/הסר את כל התגיות בכמות גדולה

**URL:** https://meta.discourse.org/t/delete-remove-all-tags-in-bulk/202026
**Category:** Support
**Created:** [29 באוגוסט,‏ 2021,‏ 1:54am UTC](https://meta.discourse.org/t/delete-remove-all-tags-in-bulk/202026 "2021-08-29T01:54:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rahulMasal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rahulmasal/32/213255_2.png) [@rahulMasal](https://meta.discourse.org/u/rahulMasal)
#### Post date: [29 באוגוסט,‏ 2021,‏ 1:54am UTC](https://meta.discourse.org/t/delete-remove-all-tags-in-bulk/202026/1 "2021-08-29T01:54:47Z")

</div>

Dear Support Team,

PFB SNAP

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/a/cae80ff9526c30c40b9d8e3679c73fac774f72cc.png)

and help me to delete all in bulk!

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [29 באוגוסט,‏ 2021,‏ 12:04pm UTC](https://meta.discourse.org/t/delete-remove-all-tags-in-bulk/202026/2 "2021-08-29T12:04:53Z")

</div>

If you’re hosted by cdck you should email your support address. Otherwise, [Administrative Bulk Operations](https://meta.discourse.org/t/administrative-bulk-operations/118349) might help.

I think it might be this in the rails console.

```
Tag.all.destroy

```

---

<div class="post-metadata">

### Author: ![rahulMasal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rahulmasal/32/213255_2.png) [@rahulMasal](https://meta.discourse.org/u/rahulMasal)
#### Post date: [30 באוגוסט,‏ 2021,‏ 2:02am UTC](https://meta.discourse.org/t/delete-remove-all-tags-in-bulk/202026/3 "2021-08-30T02:02:49Z")

</div>

Error While destroying!

![image](https://global.discourse-cdn.com/meta/original/3X/b/9/b971769c68b022a5dfea93c900f1672ba579dfbd.png)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [30 באוגוסט,‏ 2021,‏ 1:18pm UTC](https://meta.discourse.org/t/delete-remove-all-tags-in-bulk/202026/4 "2021-08-30T13:18:26Z")

</div>

Oh. Right.

```
Tag.all.destroy_all

```

I recommend that you do a database-only backup first.
