lib/slack/web/docs/usergroups.disable.json
{
"desc": "Disable an existing user group",
"args": {
"usergroup": {
"required" : true,
"type" : "string",
"example" : "S0604QSJC",
"desc" : "The encoded ID of the user group to disable."
},
"include_count": {
"required" : false,
"type" : "int",
"example" : "1",
"desc" : "Include the number of users in the user group."
}
}
}