lib/slack/web/docs/mpim.close.json
{
"desc": "Closes a multiparty direct message channel.",
"args": {
"channel": {
"type" : "mpim",
"required" : true,
"desc" : "MPIM to close."
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid."
}
}