akb_delete_collection
Delete a collection from a vault. For non-empty collections, use recursive to cascade delete all documents and files in a single git commit.
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. |