firestore-delete-document-by-path
Delete Firestore documents by specifying their full path, including subcollections, to manage database content.
Instructions
Delete a document using full path (supports subcollections)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Full path to the document (e.g., 'users/userId1/orders/orderId1') |