Method: organizations.locations.vpcFlowLogsConfigs.delete

Deletes a specific VpcFlowLogsConfig.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:

  • For a project-level resource: projects/{projectId}/locations/global/vpcFlowLogsConfigs/{vpcFlowLogsConfigId}

  • For an organization-level resource: organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpcFlowLogsConfigId}

Authorization requires the following IAM permission on the specified resource name:

  • networkmanagement.vpcflowlogsconfigs.delete

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.