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."],[[["The `DeleteDocumentRequest` class is used to request the deletion of a document within the Firestore v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The `DeleteDocumentRequest` class includes properties such as `CurrentDocument`, which allows setting an optional precondition for the deletion, and `Name`, which is a required string specifying the resource name of the document to delete."],["The latest version of this feature is 3.10.0, and the content provided lists various versions from 3.10.0 to 2.3.0 with their respective links to the `DeleteDocumentRequest` documentation."],["The class has two constructors `DeleteDocumentRequest()` which is the default, and `DeleteDocumentRequest(DeleteDocumentRequest other)` which takes another instance of `DeleteDocumentRequest` as a parameter."]]],[]]