Skip to main content
Version: 5.7.0

DetachNintendoIdentity

Detach the Nintendo identity from this profile.

ServiceOperation
identityDETACH

Method Parameters

ParameterDescription
nintendoAccountIdThe Nintendo Network Services Account (NSA) ID for the user
continueAnonProceed even if the profile will revert to anonymous?

Usage

http://localhost:3000
string nintendoAccountId = "nsaid";  // Network Services Account ID

_bc.IdentityService.DetachNintendoIdentity(
nintendoAccountId,
true,
SuccessCallback, FailureCallback);
JSON Response
{
"status": 200,
"data": null
}
Common Error Code

Status Codes

CodeNameDescription
40210DOWNGRADING_TO_ANONYMOUS_ERROROccurs when detaching the last non-anonymous identity from an account with continueAnon set to false.