Players: unhide
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अनुमति देना ज़रूरी है
दिए गए ऐप्लिकेशन से दिए गए खिलाड़ी के लीडरबोर्ड स्कोर दिखाएं. यह तरीका, सिर्फ़ आपके Play Console के उपयोगकर्ता खातों के लिए उपलब्ध है. इसे लागू होने में एक दिन लग सकता है.
अनुरोध
एचटीटीपी अनुरोध
DELETE https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId
पैरामीटर
पैरामीटर का नाम |
मान |
ब्यौरा |
पाथ पैरामीटर |
applicationId |
string |
Google Play Console से मिला ऐप्लिकेशन आईडी.
|
playerId |
string |
प्लेयर आईडी. पुष्टि किए गए खिलाड़ी के आईडी की जगह me की वैल्यू का इस्तेमाल किया जा सकता है.
|
अनुमति देना
इस अनुरोध के लिए नीचे दिए गए दायरे के साथ अनुमति की ज़रूरत है (पुष्टि करने और अनुमति देने के बारे में ज़्यादा पढ़ें).
दायरा |
https://www.googleapis.com/auth/games |
अनुरोध का मुख्य भाग
इस तरीके के साथ अनुरोध का मुख्य हिस्सा न दें.
जवाब
अगर यह तरीका सही तरीके से काम करता है, तो जवाब का मुख्य हिस्सा खाली होता है.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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."]]