Files
zulip/help/unsubscribe-users-from-a-channel.md
Maneesh Shukla ec60c8a70c x-buttons: Replace "Remove" and "Unsubscribe" buttons with x icons in tables.
This commit removes the "Remove" and "Unsubscribe" action buttons from
various tables and replaces them with icon buttons using the "close"
icon.

Additionally, previously the rows with and without a remove button had
different heights. This commit updates the fixed `px` values to `em`
units to ensure equal height for all rows, regardless of whether a
remove-subscription button is present.

Fixes: #34874.
2025-07-03 14:37:00 -07:00

54 lines
1.5 KiB
Markdown

# Unsubscribe users from a channel
Organization [administrators](/help/user-roles) can
unsubscribe users from any channel. Channel administrators can
configure who can
[unsubscribe](/help/configure-who-can-unsubscribe-others) anyone
from a particular channel.
You will only see the options below if you have the required permissions.
## Unsubscribe users from a channel
{start_tabs}
{tab|desktop-web}
{relative|channel|all}
1. Select a channel.
{!select-channel-view-subscribers.md!}
1. Under **Subscribers**, find the user you would like to unsubscribe.
1. Click the **Unsubscribe** (<i class="zulip-icon zulip-icon-close"></i>) icon in that row.
{!channel-menu-subscribers-tab-tip.md!}
{tab|via-right-sidebar}
{!right-sidebar-view-profile.md!}
1. Select the **Channels** tab.
1. Under **Subscribed channels**, find the channel you would like
to unsubscribe the user from.
1. Click the **Unsubscribe** (<i class="zulip-icon zulip-icon-close"></i>) icon in that row.
!!! tip ""
This method is useful if you need to unsubscribe one user from multiple channels.
{end_tabs}
## Related articles
* [Introduction to channels](/help/introduction-to-channels)
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
* [Manage a user's channel subscriptions](/help/manage-user-channel-subscriptions)
* [User roles](/help/user-roles)
* [View channel subscribers](/help/view-channel-subscribers)