public sealed class DeleteApiConfigRequest : IMessage<DeleteApiConfigRequest>, IEquatable<DeleteApiConfigRequest>, IDeepCloneable<DeleteApiConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class DeleteApiConfigRequest.
Request message for ApiGatewayService.DeleteApiConfig
[[["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."],[[["The latest version of the `DeleteApiConfigRequest` is 2.4.0, with previous versions available from 2.3.0 down to 1.0.0."],["`DeleteApiConfigRequest` is a class used in the API Gateway v1 API, specifically for requesting the deletion of an ApiConfig, as denoted by `ApiGatewayService.DeleteApiConfig`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteApiConfigRequest` class has two constructors, a default one and another that accepts another `DeleteApiConfigRequest` instance as a parameter."],["The class also contains properties that reference a required resource name string, of the form `projects/*/locations/global/apis/*/configs/*`, and an `ApiConfigName` type property that provides a typed view over this name resource property."]]],[]]