public sealed class DeleteConnectionRequest : IMessage<DeleteConnectionRequest>, IEquatable<DeleteConnectionRequest>, IDeepCloneable<DeleteConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class DeleteConnectionRequest.
Request message for ConnectorsService.DeleteConnection.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `DeleteConnectionRequest` class within the Google Cloud Connectors v1 API, specifically within the .NET environment."],["The `DeleteConnectionRequest` class is used to send a request to delete a connection via the `ConnectorsService.DeleteConnection` method."],["The `DeleteConnectionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties `ConnectionName` and `Name`, with `Name` being a required string parameter representing the resource name of the connection."],["The current latest version of this class is 1.3.0 but the document specifically references version 1.0.0."]]],[]]