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