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
  • Response Sample
  • Return Code
    Code Description
    0 Success
    4002 Hive certification key error
    7000 Header token error