Method: projects.locations.collections.dataConnector.mcp

dataConnector.mcp 會處理 MCP DELETE 要求。

HTTP 要求

DELETE https://discoveryengine.googleapis.com/v1alpha/projects/*/locations/*/collections/*/dataConnector/mcp

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

查詢參數

參數
contentType

string

指定主體內容類型的 HTTP Content-type 標頭值。

data

string (bytes format)

HTTP 要求/回應主體,以原始二進位格式表示。

Base64 編碼字串。

extensions[]

object

應用程式專屬回應中繼資料。必須在串流 API 的第一個回應中進行設定。

包含任意類型欄位的物件。額外的 "@type" 欄位則包含能辨識類型的 URI。範例:{ "id": 1234, "@type": "types.example.com/standard/id" }

要求主體

要求主體必須為空白。

回應主體

如果成功,回應會是通用 HTTP 回應,格式由方法定義。

授權範圍

需要下列其中一種 OAuth 範圍:

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

詳情請參閱Authentication Overview