Method: projects.locations.notebooks.batchDelete

ノートブックを一括削除します。

HTTP リクエスト

POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/notebooks:batchDelete

この URL では gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

必須。親ブランチのリソース名(projects/{project}/locations/{location} など)。

リクエストの本文

リクエストの本文には、次の構造のデータが含まれます。

JSON 表現
{
  "names": [
    string
  ]
}
フィールド
names[]

string

必須。Notebook の完全なリソース名(projects/{project}/locations/{location}/notebooks/{notebookId} など)。

レスポンスの本文

成功した場合、レスポンスの本文は空の JSON オブジェクトになります。

認可スコープ

次の OAuth スコープのいずれかが必要です。

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite

詳細については、Authentication Overview をご覧ください。