slack/workflows_featured_remove
Call the Slack workflows.featured.remove API method
const app = mvfm(prelude, console_, slack_);
const prog = app({}, ($) => {
const result = $.slack.workflows.featured.remove();
return $.begin($.console.log(result), result);
});
await fold(defaults(app), prog); Ctrl+Enter