ज़रूरी है. वह खाता या प्रॉपर्टी जिसके पास ऐक्सेस बाइंडिंग का मालिकाना हक है. DeleteAccessBindingRequest मैसेज में, 'names' फ़ील्ड के लिए दी गई सभी वैल्यू का पैरंट, इस फ़ील्ड से मेल खाना चाहिए. फ़ॉर्मैट: - accounts/{account} - properties/{property}
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में, नीचे दिए गए स्ट्रक्चर वाला डेटा होता है:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-01-14 (UTC) को अपडेट किया गया."],[[["Deletes information about multiple users' links to an account or property using batch operations."],["The API requires a list of access binding names to delete, with a maximum of 1000 bindings per request."],["The request should specify the parent account or property that owns the access bindings."],["Successful deletion results in an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` scope."]]],["This document details the process of batch deleting user access bindings to Google Analytics accounts or properties. It involves sending a `POST` HTTP request to a specified URL, including a `parent` path parameter that identifies the account or property. The request body contains an array of `DeleteAccessBindingRequest` objects, each specifying an access binding to delete. The maximum number of requests is 1000. Upon successful deletion, an empty JSON object is returned. Authorization requires the `analytics.manage.users` OAuth scope.\n"]]