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-06-12 UTC."],[[["This webpage provides reference documentation for the `DeleteDocumentRequest` class within the Firestore v1 API, used for deleting documents in Firestore."],["The latest version of this class is documented as 3.10.0, with previous versions listed back to 2.3.0."],["The `DeleteDocumentRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one being empty and another that takes a `DeleteDocumentRequest` object as a parameter."],["The key properties of the `DeleteDocumentRequest` class include `CurrentDocument` for specifying preconditions and `Name` for indicating the document's resource name."]]],[]]