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 within the `Google.Cloud.Dlp.V2` namespace, which is used to send requests for deleting de-identification templates."],["The most recent version of `DeleteDeidentifyTemplateRequest` is 4.16.0, with multiple older versions also documented, dating back to version 2.15.0."],["The `DeleteDeidentifyTemplateRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors, one default and one that accepts another `DeleteDeidentifyTemplateRequest` instance as a parameter, for copying."],["The class has two properties: `DeidentifyTemplateName`, which provides a typed view of the resource name, and `Name`, which is a required string specifying the resource name of the template to be deleted."]]],[]]