Required. The name of the Connection to delete. Format: projects/*/locations/*/connections/*.
Query parameters
Parameters
etag
string
The current etag of the connection. If an etag is provided and does not match the current etag of the connection, deletion will be blocked and an ABORTED error will be returned.
validateOnly
boolean
If set, validate the request, but do not actually post it.
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 deletes a specified connection using a `DELETE` HTTP request to the provided URL."],["The request requires a `name` path parameter to identify the connection and supports optional query parameters `etag` for concurrency control and `validateOnly` for request validation."],["The request body must be empty, and a successful deletion will return an `Operation` instance in the response body."],["To execute this request, the caller needs the `cloudbuild.connections.delete` IAM permission on the specified resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]