Required. The resource name of the vpn connection.
Authorization requires the following IAM permission on the specified resource name:
edgecontainer.vpnConnections.delete
Query parameters
Parameters
requestId
string
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if requestId is provided.
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 2025-07-11 UTC."],[[["This webpage documents the process for deleting a single VPN connection using the `DELETE` method on the specified URL endpoint."],["The request requires a `name` path parameter, which represents the resource name of the VPN connection and necessitates specific IAM permissions for authorization."],["An optional `requestId` query parameter can be included to make the request idempotent, which is recommended to ensure safe retry attempts in the event of errors."],["The request body for this operation must be empty, and the successful response will contain an instance of an Operation resource."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]