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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-18 UTC."],[[["This endpoint allows you to delete an association between a GCP project and a GitHub Enterprise server using a DELETE request."],["The request requires a `name` path parameter that specifies the full resource name of the GitHub Enterprise config, including project, location, and config ID."],["The request body must be empty, and there are also deprecated query parameters `projectId` and `configId`."],["Successful deletion returns an `Operation` object, and requires cloud-platform OAuth scope as an authorization scope."],["The request uses gRPC transcoding syntax in its URL, as is outlined in the document from google."]]],[]]