trove_remove
Remove a snippet or secret entry by name, deleting its content and metadata, and rebuild the index.
Instructions
Remove an entry by name and rebuild the index. For secrets, both the encrypted payload and its metadata sidecar are deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | 'snippet' or 'secret'. | |
| name | Yes | Title or slug of the entry. | |
| domain | No | Snippet domain (helps locate the file). | |
| subpath | No | Snippet sub-folder. | |
| category | No | Secret category (recommended). |