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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eDeleteDocumentRequest\u003c/code\u003e class, which is used to request the deletion of a document within Google Cloud Firestore.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteDocumentRequest\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eCurrentDocument\u003c/code\u003e for optional preconditions and \u003ccode\u003eName\u003c/code\u003e for the required document resource name, which is formatted as: \u003ccode\u003eprojects/{project_id}/databases/{database_id}/documents/{document_path}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a default constructor, \u003ccode\u003eDeleteDocumentRequest()\u003c/code\u003e, and one that accepts another \u003ccode\u003eDeleteDocumentRequest\u003c/code\u003e object, \u003ccode\u003eDeleteDocumentRequest(DeleteDocumentRequest other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]