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 page details the `DeleteDocumentRequest` class, which is used to request the deletion of a document within Google Cloud Firestore."],["The latest version of the documentation is for version 3.10.0, with links available for versions ranging from 2.3.0 to 3.10.0, and the current documentation is for version 2.5.0."],["The `DeleteDocumentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CurrentDocument` for optional preconditions and `Name` for the required document resource name, which is formatted as: `projects/{project_id}/databases/{database_id}/documents/{document_path}`."],["There are two constructors available: a default constructor, `DeleteDocumentRequest()`, and one that accepts another `DeleteDocumentRequest` object, `DeleteDocumentRequest(DeleteDocumentRequest other)`."]]],[]]