brain_delete_thought
Permanently delete a thought by ID. Cannot be undone. Requires npub for credit billing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| confirm | No | If True, verify the deletion against the authoritative change-log (a logged DELETED entry) and attach a ``confirmation`` block. The command store already 404s a deleted thought; this adds an audit-grade log proof. Costs one extra billed read. | |
| brain_id | No | The ID of the brain (uses active brain if not specified) | |
| dpop_token | No | ||
| thought_id | Yes | The ID of the thought |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||