akb_unpublish
Remove publication(s) by slug or resource URI. Use URI to clear every version tied to a resource before re-publishing; use slug for table-query publications without a URI. Returns deleted count.
Instructions
Remove publication(s). Pass slug to remove one specific publication, OR uri to remove every publication of that document/file resource (handy when re-publishing). table_query publications have no resource URI, so remove them by slug. Returns {deleted: N}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Document or file URI — remove every publication tied to that resource. | |
| slug | No | Publication slug — remove exactly this publication. | |
| _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. |