firestore_delete_document
Remove a specific document from a Firestore collection by specifying the collection name and document ID.
Instructions
Delete a document from a Firestore collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
id | Yes | Document ID |