Delete a collection
delete_collectionDelete every document in a collection at once (useful to re-seed). Irreversible. To destroy the entire database, use delete_database instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | The database URL returned at creation (or its bare s-... capability). | |
| collection | Yes | Collection name (created implicitly on first write). |