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 2024-05-07 UTC."],[[["This API endpoint is used to delete a single VPN connection using a DELETE HTTP request to a specific URL."],["The `name` path parameter is a required string specifying the resource name of the VPN connection, which is used to identify it, and requires specific IAM permissions to proceed."],["An optional `requestId` query parameter, limited to 36 ASCII characters, can be used for idempotency of the request."],["The request body for deleting the connection must be empty, and upon successful deletion, it returns an `Operation` instance."],["Deleting the VPN connection requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]