The game server can delete a PlayerId. Game implements this API directly to search the lists server to server. Successful response deletes PlayerId and IdP sync information. After then, you can not log in by automatic login and IdP login.
- Request URL
Common URL https://auth.qpyou.cn/game/player/delete Sandbox URL https://sandbox-auth.qpyou.cn/game/player/delete HTTP Method Post Content-Type application/json Data Format JSON - Request Header
Field Name Description Required(Y/N) Authorization Returned token key after sign-in Y ISCRYPT Encrypted data (0=Not encrypted) Y - Request Body
Field Name Description Required(Y/N) appid App id Y did did Y player_id Player id Y hive_certification_key Hive certification key(Issued by AppCenter) See more Y - Response Body
Field Name Description Type Value Code result_code Result code Integer 0 result_msg Result message String - Request Sample
123456{"appid" : "com.com2us.hivesdk.normal.freefull.apple.global.ios.universal","did" : 225697886,"player_id" : 10000000445,"hive_certification_key" : "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJIaXZlIiwiaWF0IjoxNjAyMDU2NzI2LCJqdGkiOiIxODczMTExMzIwIn0.3soFiHTPlObCoqR5xX9ZeOQTSvnHrHDHWmopP3QfWtY"} - Response Sample
1234{"result_code": 0,"result_msg": "SUCCESS"} - Return Code
Code Description 0 Success 4002 Hive certification key error 7000 Header token error