stars.remove
method
Welcome to the new home of Slack developer docs!
We're still building and not all features are available quite yet. Enjoy this peek into the future!
Not ready for the future? Return to the past at api.slack.com.
Usage info
Stars can still be removed via
stars.remove
but they can no longer be viewed or interacted with by end-users.We recommend retiring any app functionality that relies on stars
APIs.
End-users can use the new Later view, but Later APIs are not currently available.
See this changelog for more information.
This method removes a star from an item (message, file, file comment, channel, private group, or DM) on behalf of the authenticated user.
One of file
, file_comment
, channel
, or the combination of channel
and timestamp
must be specified.
Response
After making this call, the item will be unstarred and a star_removed
event is broadcast through the RTM API for the calling user.