public sealed class DeleteTaxonomyRequest : IMessage<DeleteTaxonomyRequest>, IEquatable<DeleteTaxonomyRequest>, IDeepCloneable<DeleteTaxonomyRequest>, IBufferMessage, IMessage
Request message for
[DeleteTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.DeleteTaxonomy].
[[["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-25 UTC."],[[["The content pertains to the `DeleteTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its structure and usage across various versions."],["The latest version of the `DeleteTaxonomyRequest` is 2.14.0, and the content provides links to documentation for multiple previous versions, going back to version 1.2.0."],["`DeleteTaxonomyRequest` is a request message for the `DeleteTaxonomy` function, used to delete a taxonomy, which also results in deleting all policy tags associated with it."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The key properties for `DeleteTaxonomyRequest` are `Name`, which is a string representing the resource name of the taxonomy to delete, and `TaxonomyName`, a typed view over the `Name`."]]],[]]