# How to disable default "about the" topic for a new category

**URL:** https://meta.discourse.org/t/how-to-disable-default-about-the-topic-for-a-new-category/170720
**Category:** Support
**Created:** [November 20, 2020, 9:06am UTC](https://meta.discourse.org/t/how-to-disable-default-about-the-topic-for-a-new-category/170720 "2020-11-20T09:06:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ravi\_Teja\_Varma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ravi_teja_varma/32/195200_2.png) [@Ravi\_Teja\_Varma](https://meta.discourse.org/u/Ravi_Teja_Varma)
#### Post date: [November 20, 2020, 9:06am UTC](https://meta.discourse.org/t/how-to-disable-default-about-the-topic-for-a-new-category/170720/1 "2020-11-20T09:06:14Z")

</div>

I am using discourse API and creating categories and topics for my forum. I already have a default topic to be created for every category. So, I want to disable and not create “about the” topics for every category.

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [November 20, 2020, 9:10am UTC](https://meta.discourse.org/t/how-to-disable-default-about-the-topic-for-a-new-category/170720/2 "2020-11-20T09:10:00Z")

</div>

I think this came up before and the answer was that they will be created but can be unlisted (not 100% sure).

Edit: See [Can't delete the "about this category" topics](https://meta.discourse.org/t/cant-delete-the-about-this-category-topics/33463)

---

<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: [November 20, 2020, 5:53pm UTC](https://meta.discourse.org/t/how-to-disable-default-about-the-topic-for-a-new-category/170720/3 "2020-11-20T17:53:23Z")

</div>

> [@Ravi\_Teja\_Varma](#):
>
> I am using discourse API and creating categories and topics for my forum.

If you’re doing more than a few dozens, this probably isn’t what you want to do.

> [@Ravi\_Teja\_Varma](#):
>
> already have a default topic to be created for every category.

Then you almost certainly want to put that default topic stuff into the “about” topic, or modify the category record to recognize your default topic as the “about” one (which should be reasonably straighforward). I’m not sure if you can do that via the API (hard or impossible).
