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 documentation details the `DeleteApiRequest` class, which is used to formulate requests for the `DeleteApi` method within the API Hub v1 API."],["The `DeleteApiRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class includes properties like `ApiName`, `Force`, and `Name`, which allow you to specify the API resource to be deleted, determine whether to force deletion of related versions, and use the resource name, respectively."],["There are two constructors available: a default one and one that creates a copy of another `DeleteApiRequest` object."],["The latest version is 1.0.0, while the current documentation is describing version 1.0.0-beta02, both are for the `DeleteApiRequest` class."]]],[]]