databases_delete_collection
Delete a collection from an Appwrite database using its unique ID. This tool removes the specified collection and requires write permissions for access.
Instructions
Delete a collection by its unique ID. Only users with write permissions have access to delete this resource.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| collection_id | Yes | Collection ID. |