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 latest version available for the `DeleteDocumentRequest` class is 3.10.0, while the current page's version is 3.9.0, and multiple previous versions are also available for viewing in the documentation."],["The `DeleteDocumentRequest` class is used to manage requests for deleting a document in Firestore, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `CurrentDocument` (for optional preconditions) and `Name` (for the document's resource name), along with constructors for creating new instances."],["It inherits from `object` and contains methods like `GetHashCode()`, `GetType()`, and `ToString()` and it is located in the `Google.Cloud.Firestore.V1` namespace, within the `Google.Cloud.Firestore.V1.dll` assembly."]]],[]]