Method: notes.permissions.batchDelete
メモにある 1 つ以上の権限を削除します。指定したエンティティは直ちにアクセスできなくなります。OWNER
ロールを持つ権限は削除できません。権限の削除に失敗した場合、リクエスト全体が失敗し、変更は行われません。指定された権限がメモに存在しない場合、400 不正なリクエスト エラーを返します。
HTTP リクエスト
POST https://keep.googleapis.com/v1/{parent=notes/*}/permissions:batchDelete
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
削除されるすべての権限で共有される親リソース。形式: notes/{note} 設定する場合、DeletePermissionRequest メッセージで指定されたすべての権限の親がこのフィールドと一致する必要があります。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"names": [
string
]
} |
フィールド |
names[] |
string
必須。削除する権限の名前。形式: notes/{note}/permissions/{permission}
|
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/keep
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-05 UTC。
[null,null,["最終更新日 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."]]],[]]