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."],[[["This webpage details the `DeleteTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to delete a taxonomy and its associated policy tags."],["The latest version available for this class is 2.14.0, with historical versions accessible from 1.2.0 to the latest."],["The `DeleteTaxonomyRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `DeleteTaxonomyRequest` object, and has two properties: `Name` for specifying the taxonomy's resource name and `TaxonomyName` for a typed view of the name."],["The `DeleteTaxonomyRequest` class in version 1.3.0 resides in the Google.Cloud.DataCatalog.V1.dll assembly."]]],[]]