नोट से एक या उससे ज़्यादा अनुमतियां मिटाता है. चुनी गई इकाइयां तुरंत ऐक्सेस खो देंगी. OWNER की भूमिका से जुड़ी अनुमति को हटाया नहीं जा सकता. अगर किसी अनुमति को नहीं हटाया जा सकता, तो पूरा अनुरोध पूरा नहीं होता और कोई बदलाव नहीं किया जाता. अगर नोट पर कोई खास अनुमति मौजूद नहीं है, तो 400 खराब अनुरोध की गड़बड़ी दिखाता है.
एचटीटीपी अनुरोध
POST https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchDelete
मिटाई जा रही सभी अनुमतियों का शेयर किया गया पैरंट संसाधन. फ़ॉर्मैट: notes/{note} अगर यह सेट है, तो DeletePermissionRequest मैसेज में दी गई सभी अनुमतियों का पैरंट, इस फ़ील्ड से मेल खाना चाहिए.
अनुरोध का मुख्य भाग
अनुरोध के मुख्य हिस्से में, यहां दिए गए स्ट्रक्चर का डेटा शामिल होता है:
JSON के काेड में दिखाना
{"names": [string]}
फ़ील्ड
names[]
string
ज़रूरी है. मिटाई जाने वाली अनुमतियों के नाम. फ़ॉर्मैट: notes/{note}/permissions/{permission}
जवाब का मुख्य भाग
जवाब सही होने पर, जवाब का मुख्य हिस्सा खाली होता है.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["This operation allows the deletion of one or more permissions on a note, removing access for the specified entities."],["The request must be sent as a POST request to the specified URL, including the note ID in the path parameter."],["The request body requires a JSON object with an array of permission names to be deleted, formatted as 'notes/{note}/permissions/{permission}'."],["Upon success, the response body will be empty, indicating the permissions have been removed."],["This operation requires authorization with the 'https://www.googleapis.com/auth/keep' scope."]]],[]]