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 content includes a list of available versions for the `DeleteDeidentifyTemplateRequest` class, ranging from version 2.15.0 up to the latest, 4.16.0."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `DeidentifyTemplateName` and `Name`, allowing for specification of the template to delete by resource name."],["The class contains two constructors, `DeleteDeidentifyTemplateRequest()` and `DeleteDeidentifyTemplateRequest(DeleteDeidentifyTemplateRequest)`, allowing for the creation of a default object, or creating a new object based on another `DeleteDeidentifyTemplateRequest` object."]]],[]]