akb_delete_collection
Delete a collection by path. Empty collections remove the metadata row; non-empty ones require recursive=true to cascade delete documents, files, and tables, with one git commit.
Instructions
Delete a collection. If empty, removes the metadata row. If non-empty, requires recursive=true to cascade delete every document, file, and table under the path. Cascade emits one git commit for the document batch. Writer or higher role; admin or higher when any table is included.
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. | |
| _vault_skill_ack | No | Opaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically. |