Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods bookmarks.remove.json
Raw

priv/docs/methods/bookmarks.remove.json

{
"args": {
"bookmark_id": {
"desc": "Bookmark to remove. Required for public channels.",
"required": false,
"type": "string"
},
"channel_id": {
"desc": "Channel to remove bookmark. Required for public channels.",
"required": false,
"type": "string"
},
"quip_section_id": {
"desc": "Quip section ID to unbookmark",
"required": false,
"type": "string"
}
},
"desc": "Remove bookmark from the channel.",
"errors": {
"channel_not_found": "Channel cannot be found.",
"invalid_bookmark_type": "Bookmark type is not valid.",
"not_found": "Bookmark cannot be found.",
"not_implemented": "bookmarking not available for the user.",
"permission_denied": "No permission to perform this operation.",
"user_not_found": "User cannot be found."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "bookmarks:write",
"url": "https://docs.slack.dev/reference/scopes/bookmarks.write"
}
],
"user": [
{
"name": "bookmarks:write",
"url": "https://docs.slack.dev/reference/scopes/bookmarks.write"
}
]
}
}