akb_delete_collection
Delete a collection from the vault, including its metadata row. If the collection contains items, set recursive to true to remove all documents and files under the path in one 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 |
|---|---|---|---|
| path | Yes | Collection path to delete | |
| vault | Yes | Vault name | |
| recursive | No | Required when the collection is non-empty. |