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