public sealed class DeleteTagValueRequest : IMessage<DeleteTagValueRequest>, IEquatable<DeleteTagValueRequest>, IDeepCloneable<DeleteTagValueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class DeleteTagValueRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference and code samples for the `DeleteTagValueRequest` class within the Cloud Resource Manager v3 API, specifically for .NET."],["The `DeleteTagValueRequest` class is used to create requests for deleting a TagValue, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It supports various versions, ranging from 1.0.0 to the latest 2.5.0, as seen in the list of versions."],["Key properties of the `DeleteTagValueRequest` class include `Etag`, `Name`, `TagValueName`, and `ValidateOnly`, which are used for specifying the TagValue to delete and handling concurrency."],["The class offers two constructors, `DeleteTagValueRequest()`, and `DeleteTagValueRequest(DeleteTagValueRequest other)`, the second constructor allowing for the replication of a pre-existing `DeleteTagValueRequest`."]]],[]]