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."],[[["The latest version of the `DeleteConnectionRequest` class is 1.3.0, within the Integration Connectors v1 API for .NET."],["The `DeleteConnectionRequest` class is used to request the deletion of a connection via the `ConnectorsService.DeleteConnection` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usage."],["The `DeleteConnectionRequest` class has properties for `ConnectionName` (a typed view) and `Name` (a string), where `Name` is a required resource name that follows the format `projects/*/locations/*/connections/*`."],["Two constructors are available for the class, one is a parameterless constructor and the other is a copy constructor that takes another instance of `DeleteConnectionRequest`."]]],[]]