public sealed class DeleteApiRequest : IMessage<DeleteApiRequest>, IEquatable<DeleteApiRequest>, IDeepCloneable<DeleteApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class DeleteApiRequest.
[[["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 document provides reference documentation for the `DeleteApiRequest` class within the Google Cloud API Gateway v1 API, specifically version 2.3.0."],["`DeleteApiRequest` is a request message used for the `ApiGatewayService.DeleteApi` operation, which deletes an API."],["The class `DeleteApiRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteApiRequest` class has properties such as `ApiName` and `Name`, where the `Name` property is a required string that contains the resource name of the API being deleted."],["This documentation also outlines the different versions of the DeleteApiRequest class, from 1.0.0 to the latest version at 2.4.0."]]],[]]