Delete a Captured Thought
delete_thoughtPermanently delete a captured thought by its unique ID. This action is irreversible and should only be used when the user explicitly requests removal.
Instructions
Permanently delete a specific captured thought by its ID. This is destructive and irreversible — no undo, no trash. Only call this when the user explicitly asks to delete, remove, or forget a specific thought. Never call it proactively, as a side effect of another action, or on a guess at which ID they mean — if the ID isn't already known from context, use search_thoughts or list_thoughts first and confirm with the user which one before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric ID of the thought to delete, as shown in search_thoughts/list_thoughts output (e.g. the '#4' in a result) |