Delete a Mudbase document
mudbase_delete_documentPermanently delete a specific document from a Mudbase collection by providing project, collection, and document IDs. This action removes the document irreversibly.
Instructions
Permanently delete a single document from a Mudbase collection. This cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Mudbase project ID. | |
| documentId | Yes | The document ID within the collection. | |
| collectionId | Yes | The collection ID to operate on. |