יימחקו הרשאה אחת או יותר בפתק. לישויות שצוינו לא תהיה יותר גישה באופן מיידי. אי אפשר להסיר הרשאה עם התפקיד OWNER. אם הסרה של הרשאה נכשלת, הבקשה כולה תיכשל ולא יבוצעו שינויים. מחזירה שגיאה מסוג 'בקשה שגויה' 400 אם ההרשאה שצוינה לא קיימת בהערה.
בקשת HTTP
POST https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchDelete
משאב ההורה שמשותף לכל ההרשאות שמוחקים. פורמט: notes/{note} אם ההגדרה הזו מוגדרת, ההורה של כל ההרשאות שצוינו בהודעות DeletePermissionsRequest חייב להתאים לשדה הזה.
גוף הבקשה
גוף הבקשה מכיל נתונים במבנה הבא:
ייצוג 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."]]],[]]