Method: recall.resetPersona
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
刪除將指定人物角色連結至任何玩家的所有喚回符記 (無論是否有個人資料)。
HTTP 要求
POST https://games.googleapis.com/games/v1/recall:resetPersona
要求主體
要求主體的資料會採用以下結構:
JSON 表示法 |
{
"persona": string
} |
欄位 |
persona |
string
「人物角色」的值欄位,因為用戶端在 remember.linkPersona RPC 中提供
|
回應主體
對喚回度.resetPersona 遠端程序呼叫 (RPC) 的回應
如果成功,回應主體會含有以下結構的資料:
JSON 表示法 |
{
"unlinked": boolean
} |
欄位 |
unlinked |
boolean
必要欄位。指出這項要求是否已取消連結權杖。
|
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/androidpublisher
詳情請參閱 OAuth 2.0 總覽。
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[null,null,["上次更新時間:2025-07-27 (世界標準時間)。"],[],[],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)."]]