Method: recall.resetPersona
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מוחקים את כל אסימוני Recall שמקשרים את הפרסונה הנתונה לכל שחקן (עם או בלי פרופיל).
בקשת HTTP
POST https://games.googleapis.com/games/v1/recall:resetPersona
גוף הבקשה
גוף הבקשה מכיל נתונים במבנה הבא:
ייצוג JSON |
{
"persona": string
} |
שדות |
persona |
string
הערך של 'פרסונה' שדה כפי שסופק על ידי הלקוח ב-cache.linkpersona RPC
|
גוף התשובה
תגובה ל-RPC.resetpersona RPC
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
ייצוג JSON |
{
"unlinked": boolean
} |
שדות |
unlinked |
boolean
חובה. האם הקישור של אסימונים מסוימים בוטל כתוצאה מהבקשה הזו.
|
היקפי ההרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/androidpublisher
למידע נוסף, קראו את המאמר סקירה כללית של OAuth 2.0.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[null,null,["עדכון אחרון: 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)."]]