public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteVersionRequest.
The [DeleteVersion][google.cloud.apihub.v1.ApiHub.DeleteVersion] 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-04-17 UTC."],[[["The `DeleteVersionRequest` class is used to formulate requests for the `DeleteVersion` method in the ApiHub v1 API."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Force` property, when set to true, allows deletion of the version even if it has specs, otherwise, it only allows deletion if no specs exist for the version."],["The `Name` property is required and specifies the full resource name of the version to be deleted, adhering to a specific format: `projects/{project}/locations/{location}/apis/{api}/versions/{version}`."],["It also provides a `VersionName` property which is a strongly typed representation of the resource name."]]],[]]