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 documentation for the `DeleteDocumentRequest` class within the Google Cloud Firestore v1 API for .NET, focusing on version 3.8.0."],["`DeleteDocumentRequest` is a class used to request the deletion of a document in Firestore, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines two constructors for `DeleteDocumentRequest`: a default constructor and one that accepts another `DeleteDocumentRequest` object as a parameter."],["Key properties of `DeleteDocumentRequest` include `CurrentDocument`, which allows setting a precondition for deletion, and `Name`, which specifies the resource name of the document to be deleted."],["The provided documentation lists previous versions of the `DeleteDocumentRequest` from 3.10.0 (latest) down to 2.3.0."]]],[]]