public sealed class DeleteTaxonomyRequest : IMessage<DeleteTaxonomyRequest>, IEquatable<DeleteTaxonomyRequest>, IDeepCloneable<DeleteTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTaxonomyRequest.
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 provides reference documentation for the `DeleteTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `DeleteTaxonomyRequest` class is a request message used to delete a taxonomy, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `DeleteTaxonomyRequest` API is 2.14.0, while this page is currently displaying version 2.3.0, and it lists all versions from 2.14.0 down to 1.2.0."],["The class has properties `Name`, which is the resource name of the taxonomy to be deleted, and `TaxonomyName`, a typed view over the `Name` property."],["The page details that deleting a taxonomy will also result in all its associated policy tags being deleted."]]],[]]