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 page covers versions of `DeleteDeidentifyTemplateRequest` from 2.15.0 up to the latest 4.16.0, with a detailed look at the 4.0.0 version."],["The `DeleteDeidentifyTemplateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has two constructors, a default constructor and one that accepts another `DeleteDeidentifyTemplateRequest` object as a parameter for copying, and it also includes two properties: `DeidentifyTemplateName` and `Name`."],["The `Name` property within `DeleteDeidentifyTemplateRequest` is required and represents the resource name of the de-identification template to be deleted, which follows a specific format depending on the scope."]]],[]]