Requests deletion of the Player ID linked to a specific user account.
The 'Delete account' API operates through Server-to-Server communication, where the app server calls the Hive authentication server directly. When the request succeeds, the token for the Player ID and all linked IdP (Identity Provider) information are deleted. After deletion, automatic login and IdP login can no longer be performed with that account.
{"result_code":2499,"result_msg":"JWT validation failed. See token_validation for details.","token_validation":{"result_code":2408,"result_msg":"The access token is expired. Please refresh your token."}}
Note
When JWT validation fails, you can check detailed error information through the token_validation field. For details, see JWT validation error codes.