destroy_collection
Permanently delete a collection from disk. This irreversible action removes all associated data.
Instructions
Permanently delete a collection from disk.
WARNING: This operation is irreversible. All data will be permanently lost.
Args: params (DestroyCollectionInput): Validated input parameters containing: - collection_name (str): Collection identifier
Returns: str: Success confirmation or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |