Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar Monica Cellio‭ · 2022-05-17T01:35:21Z (almost 2 years ago)
I believe there's no way to remove a category without direct database hackery.  We didn't want to have a Meta category for Collab, but when I asked about nuking it people expressed concerns about clobbering one of the default ones (nobody was quite sure what would break).  The category is here, but we set its access level so that only moderators can see it.

I also don't know what would happen to posts in a category you deleted -- even if the posts are first deleted, they still expect to be associated with a community.  This would show up on profiles and in the "recent deleted posts" mod tool, for example.  Deleting a category might break things there.

If you want to experiment, I would create a new category, create one post in it, get that post ID (stash it somewhere), and delete the category in the DB.  If the user profile page breaks because of that post, you could assign it to a different category (with the same tag set) in the database -- this is why I said to hold onto the post ID.