datastore_delete
Remove a specific entity from Google Firestore Datastore by specifying its kind and key ID. This tool enables deletion of stored data entries to manage database content.
Instructions
Delete an entity from Datastore
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | The kind (type) of the entity | |
| keyId | Yes | The ID of the key | |
| namespace | No | Optional namespace for the entity |