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-21 UTC."],[[["This webpage details the `DeleteTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to construct requests for deleting a taxonomy via the `PolicyTagManager.DeleteTaxonomy` method."],["The latest version of this `DeleteTaxonomyRequest` is 2.14.0, and it is available in multiple prior versions dating back to version 1.2.0."],["The `DeleteTaxonomyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google's protocol buffer system."],["The `DeleteTaxonomyRequest` class features properties like `Name` (a string), which is a required field for specifying the taxonomy to delete, and `TaxonomyName`, which provides a typed view of the `Name` property."],["Deleting a taxonomy via this method will also delete all policy tags within that taxonomy."]]],[]]