public sealed class DeleteDocumentRequest : IMessage<DeleteDocumentRequest>, IEquatable<DeleteDocumentRequest>, IDeepCloneable<DeleteDocumentRequest>, IBufferMessage, IMessage
The request for [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
[[["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-21 UTC."],[[["This webpage details the `DeleteDocumentRequest` class, which is used to request the deletion of a document within Google Cloud Firestore."],["The `DeleteDocumentRequest` class is part of the `Google.Cloud.Firestore.V1` namespace and is implemented using the `Google.Cloud.Firestore.V1.dll` assembly."],["The latest version for the class is `3.10.0`, and there are a list of older versions that can be referenced within the webpage."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteDocumentRequest` include `CurrentDocument`, which allows setting preconditions for the delete operation, and `Name`, which specifies the document's resource name."]]],[]]