public sealed class DocumentDelete : IMessage<DocumentDelete>, IEquatable<DocumentDelete>, IDeepCloneable<DocumentDelete>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class DocumentDelete.
A [Document][google.firestore.v1.Document] has been deleted.
May be the result of multiple [writes][google.firestore.v1.Write], including
updates, the last of which deleted the
[Document][google.firestore.v1.Document].
Multiple [DocumentDelete][google.firestore.v1.DocumentDelete] messages may be
returned for the same logical delete, if multiple targets are affected.
[[["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 latest version available for the \u003ccode\u003eDocumentDelete\u003c/code\u003e class is 3.10.0, as part of the Firestore v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentDelete\u003c/code\u003e class represents the deletion of a \u003ccode\u003eDocument\u003c/code\u003e in Firestore, potentially resulting from multiple writes.\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, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eDocumentDelete\u003c/code\u003e class include \u003ccode\u003eDocument\u003c/code\u003e, which is the resource name of the deleted document, \u003ccode\u003eReadTime\u003c/code\u003e, the timestamp of the deletion, and \u003ccode\u003eRemovedTargetIds\u003c/code\u003e, for targets that previously matched the entity.\u003c/p\u003e\n"],["\u003cp\u003eThe class has multiple constructors, the first of which is a public default constructor and the second takes another DocumentDelete object.\u003c/p\u003e\n"]]],[],null,[]]