Players: unhide
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Yetkilendirme gerektiriyor
Belirtilen uygulamada oyuncunun skor tablosu skorlarını gösterme. Bu yöntem yalnızca Play Console'daki kullanıcı hesapları tarafından kullanılabilir ve geçerli olması bir günü bulabilir.
İstek
HTTP isteği
DELETE https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId
Parametreler
Parametre adı |
Değer |
Açıklama |
Yol parametreleri |
applicationId |
string |
Google Play Console'daki uygulama kimliği.
|
playerId |
string |
Oynatıcı kimliği. me değeri, kimliği doğrulanmış oynatıcının kimliği yerine kullanılabilir.
|
Yetkilendirme
Bu istek, aşağıdaki kapsamla yetkilendirme gerektiriyor (kimlik doğrulama ve yetkilendirme hakkında daha fazla bilgi edinin).
Kapsam |
https://www.googleapis.com/auth/games |
İstek içeriği
Bu yöntemle istek gövdesi sağlamayın.
Yanıt
Başarılı olursa bu yöntem boş bir yanıt gövdesi döndürür.
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,["# Players: unhide\n\n**Requires [authorization](#auth)**\n\nUnhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your Play Console and may take up to a day to take effect.\n\nRequest\n-------\n\n### HTTP request\n\n```\nDELETE https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|-------------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `applicationId` | `string` | The application ID from the Google Play Console. |\n| `playerId` | `string` | A player ID. A value of `me` may be used in place of the authenticated player's ID. |\n\n### Authorization\n\nThis request requires authorization with the following scope ([read more about authentication and authorization](/accounts/docs/OAuth2)).\n\n| Scope |\n|-----------------------------------------|\n| `https://www.googleapis.com/auth/games` |\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body."]]