public sealed class DeleteConnectionRequest : IMessage<DeleteConnectionRequest>, IEquatable<DeleteConnectionRequest>, IDeepCloneable<DeleteConnectionRequest>, IBufferMessage, IMessage
The request for [ConnectionService.DeleteConnectionRequest][].
[[["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-03-21 UTC."],[[["This webpage details the `DeleteConnectionRequest` class, which is used to request the deletion of a connection within the Google Cloud BigQuery environment."],["The latest version of the relevant documentation is 2.9.0, with previous versions ranging from 2.8.0 down to 1.2.0 available."],["The `DeleteConnectionRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteConnectionRequest` include `ConnectionName` and `Name`, where `Name` is a required field specifying the connection to be deleted, formatted as `projects/{project_id}/locations/{location_id}/connections/{connection_id}`."],["The class is found within the `Google.Cloud.BigQuery.Connection.V1` namespace, located in the `Google.Cloud.BigQuery.Connection.V1.dll` assembly."]]],[]]