curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/del_corp_tag?access_token=' \
--header 'Content-Type: application/json' \
--data '{"tag_id":["TAG_ID_1","TAG_ID_2"],"group_id":["GROUP_ID_1","GROUP_ID_2"],"agentid":1000014}'{
"errcode": 0,
"errmsg": "ok"
}