public sealed class DeleteApiRequest : IMessage<DeleteApiRequest>, IEquatable<DeleteApiRequest>, IDeepCloneable<DeleteApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry 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 documentation is for the `DeleteApiRequest` class within the Apigee Registry v1 API, specifically version 1.0.0-beta06."],["The `DeleteApiRequest` class is used to construct a request for deleting an API and is a concrete implementation of the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties like `ApiName`, `Force`, and `Name`, which allow configuration of the API to delete and whether child resources should be deleted."],["There are two constructors available for `DeleteApiRequest`, one is a default constructor, and the other allows you to pass another `DeleteApiRequest` instance in order to instantiate a new instance."]]],[]]