Method: projects.githubEnterpriseConfigs.delete

Delete an association between a GCP project and a GitHub Enterprise server.

HTTP request

DELETE https://cloudbuild.googleapis.com/v1/{name=projects/*/githubEnterpriseConfigs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

This field should contain the name of the enterprise config resource. For example: "projects/{$projectId}/locations/{$locationId}/githubEnterpriseConfigs/{$configId}"

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

  • cloudbuild.integrations.delete

Query parameters

Parameters
projectId
(deprecated)

string

ID of the project

configId
(deprecated)

string

Unique identifier of the GitHubEnterpriseConfig

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.