人脸删除失败问题
Ta的回复 :调用查询接口地址:https://aip.baidubce.com/rest/2.0/face/v3/search 先查询的人脸库返回:{"result":{"face_token":"c67ccdaa52c1fcbe923a2e5f9525017e","user_list":[{"group_id":"1","user_id":"40288a857c2c7419017c2c75be4f0001","user_info":"abc","score":100}]},"log_id":7545558925101,"error_msg":"SUCCESS","cached":0,"error_code":0,"timestamp":1635319098} 调用删除接口地址: https://aip.baidubce.com/rest/2.0/face/v3/faceset/face/delete 随后立即删除提示失败:{"log_id":8445201101051,"error_msg":"face not exist","cached":0,"error_code":223106,"timestamp":1635318723} 什么情况?