Method: sites.channels.delete

删除指定站点的指定频道。

live频道无法删除。

HTTP请求

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

URL 使用gRPC 转码语法。

路径参数

参数
name

string

必需的。通道的完全限定资源名称,格式为:

sites/ SITE_ID /channels/ CHANNEL_ID

请求正文

请求正文必须为空。

响应体

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

授权范围

需要以下 OAuth 范围之一:

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

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