Files
zulip/help/delete-a-topic.md
Lauryn Menard dedea23745 help-docs: Move help center documentation to top level directory.
These files are not Jinja2 templates, so there's no reason that they needed
to be inside `templates/zerver`. Moving them to the top level reflects their
importance and also makes it feel nicer to work on editing the help center content, 
without it being unnecessary buried deep in the codebase.
2023-01-25 14:08:29 -08:00

53 lines
1.3 KiB
Markdown

# Delete a topic
{!admin-only.md!}
We generally recommend against deleting topics, but there are a few
situations in which it can be useful:
* Clearing out test messages after setting up an organization.
* Clearing out messages from an overly enthusiastic bot.
* Managing abuse.
In most other cases, [renaming a topic](/help/rename-a-topic) is often a
better idea, or just leaving the topic as is. Deleting a topic can confuse
users who come to the topic later via an email notification.
Note that deleting a topic also deletes every message with that topic,
whereas [archiving a stream](/help/archive-a-stream) does not.
### Delete a topic
{start_tabs}
{tab|desktop-web}
{!topic-actions.md!}
1. Click **Delete topic**.
1. Approve by clicking **Confirm**.
{tab|mobile}
{!topic-long-press-menu.md!}
1. Tap **Delete topic**.
1. Approve by tapping **DELETE TOPIC**.
{!topic-long-press-menu-tip.md!}
{end_tabs}
Note that deleting all of the individual messages within a particular
topic also deletes that topic. Structurally, topics are simply an
attribute of messages in Zulip.
## Related articles
* [Edit or delete a message](/help/edit-or-delete-a-message)
* [Archive a stream](/help/archive-a-stream)
* [Message retention policy](/help/message-retention-policy)