Method: projects.locations.notebooks.batchDelete

批次刪除筆記本。

HTTP 要求

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

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
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