App Logo
slack.com

Remove Slack channel bookmark

Remove a bookmark from a channel's header by channel (name or id) and bookmark id (from list_bookmarks). Requires login.

Input

channel required

Channel name/#name or id (C…).

bookmarkId required

Bookmark id (Bk…) from list_bookmarks.

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

ok required
channel optional
bookmarkId optional

FAQ

Remove a bookmark from a channel's header by channel (name or id) and bookmark id (from list_bookmarks). Requires login.
Required: channel, bookmarkId. Optional: workspaceDomain.
It returns ok, channel, bookmarkId.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
It makes changes on slack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/slack.com/remove_bookmark, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/remove_bookmark
It is part of Reduck's official curated catalogue.

Start building not clicking