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-03-21 UTC."],[[["The `DeleteDocumentRequest` class is used to request the deletion of a document within the Firestore database using the Firestore v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the .NET environment."],["The class contains two constructors: a default constructor and one that accepts another `DeleteDocumentRequest` object, enabling the creation of new instances and the cloning of existing ones."],["The `Name` property, a required field, specifies the document's resource path in the format `projects/{project_id}/databases/{database_id}/documents/{document_path}`, indicating the document to be deleted."],["There 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."]]],[]]