public sealed class DeleteNoteRequest : IMessage<DeleteNoteRequest>, IEquatable<DeleteNoteRequest>, IDeepCloneable<DeleteNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DeleteNoteRequest.
[[["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-04-17 UTC."],[[["The latest version of the `DeleteNoteRequest` API is 3.7.0, and documentation for versions ranging from 2.2.0 to 3.7.0 are available."],["`DeleteNoteRequest` is a class used to request the deletion of a note within the Grafeas v1 API, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteNoteRequest` class has two constructors: a parameterless constructor and one that accepts another `DeleteNoteRequest` object as a parameter."],["This class includes the `Name` property, a string representing the note's full name in the format `projects/[PROVIDER_ID]/notes/[NOTE_ID]`, and a `NoteName` property, which is a `NoteName`-typed view over the `Name` resource name."]]],[]]