Method: projects.sites.customDomains.delete

删除指定的CustomDomain

HTTP请求

DELETE https://firebasehosting.googleapis.com/v1beta1/{name=projects/*/sites/*/customDomains/*}

URL 使用gRPC 转码语法。

路径参数

参数
name

string

必需的。要删除的CustomDomain的名称。

查询参数

参数
allowMissing

boolean

如果为 true,即使CustomDomain不存在,请求也会成功。

validateOnly

boolean

如果为 true,Hosting 会验证是否可以完成您的请求,但实际上不会删除CustomDomain

etag

string

代表您所知道的CustomDomain状态的标记。如果存在,提供的标签必须与CustomDomain上的当前值匹配,否则请求将失败。

请求正文

请求正文必须为空。

响应体

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

授权范围

需要以下 OAuth 范围之一:

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

有关详细信息,请参阅身份验证概述