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 most recent version of the documentation is 2.14.0 and the page has links to previous versions, going all the way down to version 1.2.0, so older versions can be easily accessed."],["Key properties of the `DeleteTaxonomyRequest` class include `Name` (the taxonomy's resource name) and `TaxonomyName`, which is a typed view of the `Name` property."],["Deleting a taxonomy will also result in the deletion of all policy tags within it, which is indicated in the properties section under the `Name` property description."]]],[]]