Delete channel bookmark
DELETE/api/v4/channels/:channel_id/bookmarks/:bookmark_id
Archives a channel bookmark. This will set the deleteAt to
the current timestamp in the database.
Minimum server version: 9.5
Permissions
Must have the delete_bookmark_public_channel or
delete_bookmark_private_channel depending on the channel
type. If the channel is a DM or GM, must be a non-guest
member.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Channel Bookmark deletion successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found