public sealed class DeleteApiRequest : IMessage<DeleteApiRequest>, IEquatable<DeleteApiRequest>, IDeepCloneable<DeleteApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteApiRequest.
The [DeleteApi][google.cloud.apihub.v1.ApiHub.DeleteApi] method's request.
[[["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 information for the `DeleteApiRequest` class within the Google.Cloud.ApiHub.V1 namespace, which is part of the .NET API for Google Cloud."],["The `DeleteApiRequest` class is used to construct requests for the `DeleteApi` method, allowing for the deletion of an API resource."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are important for its functionality within the Google Cloud environment."],["It has properties such as `ApiName`, `Force`, and `Name`, that are used to specify the API resource to delete, and if any of its versions are also to be deleted."],["The `DeleteApiRequest` class is available in the latest version, 1.0.0, as well as a previous version, 1.0.0-beta02, both of which are linked in this document."]]],[]]