Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods workflows.featured.remove.json
Raw

priv/docs/methods/workflows.featured.remove.json

{
"args": {
"channel_id": {
"desc": "Channel to remove featured workflow from.",
"required": true,
"type": "string"
},
"trigger_ids": {
"desc": "Comma-separated array of trigger IDs to remove; max 15",
"example": "[\"Ft012345\", \"Ft012346\"]",
"required": true,
"type": "array"
}
},
"desc": "Remove featured workflows from a channel.",
"errors": {
"error_modifying_workflows": "Error modifying workflows",
"method_not_supported": "Method not yet supported",
"restricted_action": "User does not have access to this method."
},
"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"
}
]
}
}