Method: recall.resetPersona
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elimina tutti i token Recall che collegano l'utente tipo a un giocatore (con o senza un profilo).
Richiesta HTTP
POST https://games.googleapis.com/games/v1/recall:resetPersona
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON |
{
"persona": string
} |
Campi |
persona |
string
Valore della persona come è stato fornito dal client nella RPC richiamo.linkPersona
|
Corpo della risposta
Risposta per l'RPC richiamo.resetPersona
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Rappresentazione JSON |
{
"unlinked": boolean
} |
Campi |
unlinked |
boolean
Obbligatorio. Se eventuali token sono stati scollegati a seguito della richiesta.
|
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/androidpublisher
Per ulteriori informazioni, consulta la panoramica di OAuth 2.0.
I campioni di contenuti e codice in questa pagina sono soggetti alle licenze descritte nella Licenza per i contenuti. Java e OpenJDK sono marchi o marchi registrati di Oracle e/o delle sue società consociate.
Ultimo aggiornamento 2025-07-27 UTC.
[null,null,["Ultimo aggiornamento 2025-07-27 UTC."],[],[],null,["# Method: recall.resetPersona\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ResetPersonaResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDelete all Recall tokens linking the given persona to any player (with or without a profile).\n\n### HTTP request\n\n`POST https://games.googleapis.com/games/v1/recall:resetPersona`\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------|\n| ``` { \"persona\": string } ``` |\n\n| Fields ||\n|-----------|--------------------------------------------------------------------------------------------------|\n| `persona` | `string` Value of the 'persona' field as it was provided by the client in recall.linkPersona RPC |\n\n### Response body\n\nResponse for the recall.resetPersona RPC\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------|\n| ``` { \"unlinked\": boolean } ``` |\n\n| Fields ||\n|------------|-----------------------------------------------------------------------------------|\n| `unlinked` | `boolean` Required. Whether any tokens were unlinked as a result of this request. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]