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