curl --location --request GET 'https://qyapi.weixin.qq.com/cgi-bin/kf/knowledge/del_group?access_token=ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "group_id": "GROUP_ID" }'
{ "errcode": 0, "errmsg": "ok" }