firestore_delete_document
Remove a specific document from a Firestore collection using its collection name and document ID, streamlining data management in Firebase MCP Server.
Instructions
Delete a document from a Firestore collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
id | Yes | Document ID |