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` is 3.10.0, but the current page is focused on the `DeleteDocumentRequest` class for version 3.3.0."],["`DeleteDocumentRequest` is a class used in the Firestore v1 API for requesting the deletion of a document."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for managing the deletion request."],["The `DeleteDocumentRequest` class includes two constructors, one default and another that accepts another `DeleteDocumentRequest` object as a parameter, and also properties such as `CurrentDocument` for setting preconditions, and `Name` to specify the document's location."],["This document outlines information for the `DeleteDocumentRequest` which is in the namespace of `Google.Cloud.Firestore.V1`, and the DLL assembly is `Google.Cloud.Firestore.V1.dll`."]]],[]]