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 for the deletion of an association between a GCP project and a GitHub Enterprise server using a DELETE request."],["The `name` path parameter, which is required, specifies the enterprise config resource to delete using its full resource identifier."],["The request body must be empty for this operation to be successful."],["The response body returns an Operation instance upon success."],["The API request requires the `cloudbuild.integrations.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]