qdrant_collection_delete
Delete a Qdrant collection and all its points. No-op if the collection does not exist.
Instructions
Delete a collection and all its points; a no-op if it doesn't exist.
Example: {"collection_name": "docs"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes |