public sealed class DeleteInspectTemplateRequest : IMessage<DeleteInspectTemplateRequest>, IEquatable<DeleteInspectTemplateRequest>, IDeepCloneable<DeleteInspectTemplateRequest>, IBufferMessage, IMessage
Required. Resource name of the organization and inspectTemplate to be deleted, for
example organizations/433245324/inspectTemplates/432452342 or
projects/project-id/inspectTemplates/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 `DeleteInspectTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace, used to construct requests for deleting inspect templates."],["The latest version available for the `DeleteInspectTemplateRequest` is 4.16.0, although versions dating back to 2.15.0 are also documented."],["`DeleteInspectTemplateRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInspectTemplateRequest` class includes properties such as `Name` (a string) and `InspectTemplateName` (an `InspectTemplateName`-typed property), to specify the template to delete."],["The `DeleteInspectTemplateRequest` can be constructed using a default constructor, or another which takes in a `DeleteInspectTemplateRequest`."]]],[]]