workflows.featured.remove
method
Usage info
This method removes the specified featured workflow(s) from the specified channel.
This method is available for any user who can currently feature workflows in the Slack client. These are users with "Can manage workflows" and run permission on the trigger.
Example request:
{
"channel_id": "C1234567890",
"trigger_ids": [
"Ft012345",
"Ft02468"
]
}