Slack
slack_remove_bookmark
Remove a bookmark from a channel.
Remote node2flow/slack
Other tools also called slack_remove_bookmark?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"description": "Channel ID"
},
"bookmark_id": {
"type": "string",
"description": "Bookmark ID"
}
}
}