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"]],[["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\u003eThe \u003ccode\u003eDeleteDocumentRequest\u003c/code\u003e class is used to request the deletion of a document within the Firestore database using the Firestore v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data management within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors: a default constructor and one that accepts another \u003ccode\u003eDeleteDocumentRequest\u003c/code\u003e object, enabling the creation of new instances and the cloning of existing ones.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property, a required field, specifies the document's resource path in the format \u003ccode\u003eprojects/{project_id}/databases/{database_id}/documents/{document_path}\u003c/code\u003e, indicating the document to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThere are various versions of this class available, ranging from version 2.3.0 up to the latest version 3.10.0, indicating ongoing updates and improvements to the API.\u003c/p\u003e\n"]]],[],null,[]]