public sealed class DeleteDocumentRequest : IMessage<DeleteDocumentRequest>, IEquatable<DeleteDocumentRequest>, IDeepCloneable<DeleteDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class DeleteDocumentRequest.
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-07-02 UTC."],[[["The page provides reference documentation for the `DeleteDocumentRequest` class within the Google Cloud Firestore v1 API for .NET."],["This class is a request object used for the `Firestore.DeleteDocument` operation, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteDocumentRequest` class allows users to define preconditions for document deletion using the `CurrentDocument` property and specify the target document's resource name through the `Name` property."],["The documentation offers details on multiple versions of the API, ranging from version 2.3.0 to 3.10.0 (latest)."],["There are also details provided about the assembly and inheritance hierarchy of the class, in addition to having the constructors listed."]]],[]]