Method: projects.locations.clusters.delete

删除特定的 Redis 集群。集群停止提供服务,数据被删除。

HTTP 请求

DELETE https://redis.googleapis.com/v1/{name=projects/*/locations/*/clusters/*}

网址采用 gRPC 转码语法。

路径参数

参数
name

string

必需。Redis 集群资源名称,格式为 projects/{projectId}/locations/{locationId}/clusters/{clusterId},其中 locationId 表示 Google Cloud 区域。

查询参数

参数
requestId

string

可选。幂等请求 UUID。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 Operation 实例。

授权范围

需要以下 OAuth 范围:

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

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