Method: projects.locations.vpcFlowLogsConfigs.delete

刪除特定 VpcFlowLogsConfig

HTTP 要求

DELETE https://networkmanagement.googleapis.com/v1beta1/{name=projects/*/locations/*/vpcFlowLogsConfigs/*}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
name

string

這是必要旗標,VpcFlowLogsConfig 的資源名稱,格式如下:

  • 專案層級資源:projects/{projectId}/locations/global/vpcFlowLogsConfigs/{vpcFlowLogsConfigId}

  • 機構層級資源:organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpcFlowLogsConfigId}

授權需要指定資源 name 的下列 IAM 權限:

  • networkmanagement.vpcflowlogsconfigs.delete

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體會包含 Operation 的執行個體。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱Authentication Overview