Method: projects.locations.brands.stores.batchDelete

批量删除商店。

HTTP 请求

POST https://foodorderingaiagent.googleapis.com/v1beta/{parent=projects/*/locations/*/brands/*}/stores:batchDelete

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。所有商店共享的父级资源。格式:projects/{project}/locations/{location}/brands/{brand}

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "names": [
    string
  ]
}
字段
names[]

string

必需。要删除的商店的名称。一次最多可以批量删除 1,000 家商店。格式:projects/{project}/locations/{location}/brands/{brand}/stores/{store}

响应正文

如果成功,则响应正文为空的 JSON 对象。

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅 Authentication Overview