Method: labels.revisions.permissions.delete
ラベルの権限を削除します。権限はラベルリソース全体に影響します。権限は変更されず、公開する必要はありません。
HTTP リクエスト
DELETE https://drivelabels.googleapis.com/v2beta/{name=labels/*/revisions/*/permissions/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。ラベル権限のリソース名。
|
クエリ パラメータ
パラメータ |
useAdminAccess |
boolean
ユーザーの管理者認証情報を使用するには、true に設定します。アクセスを許可する前に、サーバーがラベルの管理者であることを確認する。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
承認スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/drive.labels
https://www.googleapis.com/auth/drive.admin.labels
詳しくは、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["This method allows you to delete a label's permission, which globally affects the label and does not require revisions or publishing."],["You need to provide the Label Permission resource name as a path parameter in the DELETE request to identify the permission to remove."],["Optionally, use the `useAdminAccess` query parameter to leverage admin credentials, requiring admin verification for the label."],["The request body should be empty, and a successful deletion will result in an empty response body."],["To execute this request, you need proper authorization with either the `drive.labels` or `drive.admin.labels` scope."]]],[]]