curl --location --request GET 'https://qyapi.weixin.qq.com/cgi-bin/corpgroup/corp/remove_corp' \ --header 'Content-Type: application/json' \ --data '{ "chain_id":"xxxx", "corpid":"xxxxx", }'
{ "errcode": 0, "errmsg": "ok", }