mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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.
53 lines
1.3 KiB
Markdown
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)
|