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

有關詳細信息,請參閱身份驗證概述