方法:projects.locations.productSets.delete

永久删除一个 ProductSet。ProductSet 中的 Product 和 ReferenceImage 不会被删除。

实际图片文件不会从 Google Cloud Storage 中删除。

可能出现的错误:

  • 如果 ProductSet 不存在,则返回 NOT_FOUND。

HTTP 请求

DELETE https://alpha-vision.googleapis.com/v1/{name=projects/*/locations/*/productSets/*}

网址采用 gRPC 转码语法。

路径参数

参数
name

string

要删除的 ProductSet 的资源名称。

格式为:projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文将为空。

授权范围

需要以下 OAuth 范围之一:

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

如需了解详情,请参阅身份验证概览

试试看!