public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class DeleteVersionRequest.
[[["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 `DeleteVersionRequest` class in the Artifact Registry v1 API allows for the deletion of a package version."],["The latest version of the `DeleteVersionRequest` class is 2.9.0, while the current context is for version 2.7.0."],["The `DeleteVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVersionRequest` class has two properties: `Force` (a boolean to enable force deletion of a tagged version) and `Name` (a string representing the name of the version to delete)."],["Several previous versions of this class can also be referenced, starting from version 1.0.0 up to the current latest version of 2.9.0."]]],[]]