Method: recall.resetPersona
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Belirli bir karakteri (profili olan veya olmayan) herhangi bir oyuncuya bağlayan tüm Geri Çağırma jetonlarını siler.
HTTP isteği
POST https://games.googleapis.com/games/v1/recall:resetPersona
İstek içeriği
İstek gövdesi, aşağıdaki yapıya sahip verileri içerir:
JSON gösterimi |
{
"persona": string
} |
Alanlar |
persona |
string
"Karakterin" değeri Recall.linkPersona RPC'sinde istemci tarafından sağlandığı şekilde alanı
|
Yanıt gövdesi
Recall.resetPersona RPC yanıtı
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"unlinked": boolean
} |
Alanlar |
unlinked |
boolean
Zorunlu. Bu istek sonucunda herhangi bir jetonun bağlantısının kaldırılıp kaldırılmadığı.
|
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/androidpublisher
Daha fazla bilgi için OAuth 2.0 Overview (OAuth 2.0'a Genel Bakış) sayfasına göz atın.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[null,null,["Son güncelleme tarihi: 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)."]]