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 latest version of the `DeleteDocumentRequest` class is 3.10.0, and the page provides links to documentation for multiple previous versions, ranging from 2.3.0 to 3.9.0."],["`DeleteDocumentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `DeleteDocumentRequest` object as a parameter for creating a new instance."],["The class also contains properties that determine which document to delete as well as a precondition that needs to be met for deletion, including a `Name` property and a `CurrentDocument` property."]]],[]]