akb_delete_collection
Delete a collection from the vault. For non-empty collections, enable recursive to cascade delete all documents and files under the path.
Instructions
Delete a collection. If empty, removes the metadata row. If non-empty, requires recursive=true to cascade delete every document and file under the path. Cascade emits one git commit for the entire batch. Writer or higher role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | Vault name | |
| path | Yes | Collection path to delete | |
| recursive | No | Required when the collection is non-empty. |