public sealed class DeleteConnectorRequest : IMessage<DeleteConnectorRequest>, IEquatable<DeleteConnectorRequest>, IDeepCloneable<DeleteConnectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Serverless VPC Access v1 API class DeleteConnectorRequest.
Request for deleting a Serverless VPC Access connector.
[[["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-06-12 UTC."],[[["This document provides reference information for the `DeleteConnectorRequest` class within the Serverless VPC Access v1 API, specifically version 2.4.0, and how to delete a serverless VPC access connector."],["The `DeleteConnectorRequest` class is used to request the deletion of a Serverless VPC Access connector, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this API is 2.5.0, and previous versions are also documented, spanning from 1.0.0 up to the current 2.4.0."],["Key properties of the `DeleteConnectorRequest` class include `ConnectorName` and `Name`, with `Name` being the required property for specifying the connector to be deleted."],["The document covers the constructors for the `DeleteConnectorRequest` class, including a default constructor and one that accepts another `DeleteConnectorRequest` as a parameter."]]],[]]