Method: labels.revisions.permissions.delete
מחיקת הרשאה של תווית. ההרשאות משפיעות על המשאב 'תווית' בכללותו, הן לא משתנות ולא דורשות פרסום.
בקשת HTTP
DELETE https://drivelabels.googleapis.com/v2/{name=labels/*/revisions/*/permissions/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם המשאב של ההרשאה לתווית.
|
פרמטרים של שאילתה
פרמטרים |
useAdminAccess |
boolean
כדי להשתמש בפרטי הכניסה של האדמין של המשתמש צריך להגדיר את הערך true . השרת יאמת שהמשתמש הוא מנהל המערכת של התווית לפני שיתיר גישה.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הביצוע יהיה תקין, גוף התגובה יהיה ריק.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/drive.labels
https://www.googleapis.com/auth/drive.admin.labels
למידע נוסף, עיינו במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-04 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-04 (שעון UTC)."],[[["This API deletes a specific permission for a Google Drive Label, impacting the entire Label resource and not requiring revisions or publishing."],["The request requires specifying the Label Permission resource name in the URL path and can utilize admin credentials with the `useAdminAccess` query parameter."],["The request body should be empty, and a successful deletion results in an empty response body."],["Authorization is necessary with either `https://www.googleapis.com/auth/drive.labels` or `https://www.googleapis.com/auth/drive.admin.labels` OAuth scopes."]]],["This document details how to delete a Label's permission via an HTTP DELETE request. The request URL, defined using gRPC Transcoding syntax, includes a required `name` path parameter specifying the Label Permission resource. An optional `useAdminAccess` query parameter allows for admin credential verification. The request body must be empty, and a successful deletion results in an empty response body. Authorization requires either the `drive.labels` or `drive.admin.labels` OAuth scope.\n"]]