public sealed class DeleteDeidentifyTemplateRequest : IMessage<DeleteDeidentifyTemplateRequest>, IEquatable<DeleteDeidentifyTemplateRequest>, IDeepCloneable<DeleteDeidentifyTemplateRequest>, IBufferMessage, IMessage
Required. Resource name of the organization and deidentify template to be deleted,
for example organizations/433245324/deidentifyTemplates/432452342 or
projects/project-id/deidentifyTemplates/432452342.
[[["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-24 UTC."],[[["This webpage details the `DeleteDeidentifyTemplateRequest` class, which is used to delete a deidentify template within the Google Cloud Data Loss Prevention (DLP) API."],["The latest version available for the `DeleteDeidentifyTemplateRequest` is 4.16.0, with many previous versions listed, including version 3.3.0, which this particular documentation page focuses on."],["The `DeleteDeidentifyTemplateRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The class includes properties like `DeidentifyTemplateName` and `Name` which are essential for specifying the template to be deleted."],["The class offers two constructor methods, allowing for the creation of a new `DeleteDeidentifyTemplateRequest` object, either empty, or as a copy of an existing `DeleteDeidentifyTemplateRequest`."]]],[]]