Class DeleteDocumentRequest (2.3.4)

DeleteDocumentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].

Attributes

NameDescription
name str
Required. The resource name of the Document to delete. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}.
current_document google.cloud.firestore_v1.types.Precondition
An optional precondition on the document. The request will fail if this is set and not met by the target document.