public sealed class DeleteTagTemplateRequest : IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessage
Request message for
[DeleteTagTemplate][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplate].
[[["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 latest version of the `DeleteTagTemplateRequest` is 2.14.0, but the page also documents versions ranging from 1.2.0 to 2.13.0."],["`DeleteTagTemplateRequest` is a request message used to delete a tag template in the Google Cloud Data Catalog, as part of the `Google.Cloud.DataCatalog.V1` namespace."],["This class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class."],["The class has properties `Force`, `Name`, and `TagTemplateName` which are used when making the request to delete a tag template."],["The \"Force\" property, which is a boolean, requires a value of true to delete any associated tags that use this template."]]],[]]