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-06-12 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 implemented in the `Google.Cloud.Firestore.V1` namespace and is part of the `Google.Cloud.Firestore.V1.dll` assembly."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `CurrentDocument` for setting preconditions and `Name` for specifying the document to be deleted by its resource name."],["The page provides a version history, listing links to different versions of the `DeleteDocumentRequest` class from version 2.3.0 up to the latest version 3.10.0."]]],[]]