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."],[[["The `DeleteApiRequest` class in the Google.Cloud.ApiHub.V1 namespace is used to construct requests for the `DeleteApi` method."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteApiRequest` class provides constructors to create instances, either as a new object or by cloning from an existing `DeleteApiRequest` object."],["The class includes properties such as `ApiName` (typed as `ApiName`), `Force` (a boolean), and `Name` (a string) to configure the API deletion request."],["The `Force` property of `DeleteApiRequest` enables the deletion of all versions from the specified API, if set to true."]]],[]]