delete_entry
Permanently delete a note, email, or task record by its ID. Confirm with confirm=true; action is irreversible and idempotent.
Instructions
DESTRUCTIVE & IRREVERSIBLE: permanently delete a note (or other entry) by its ID. Requires confirm=true. Idempotent on retry: response is {deleted: true, alreadyDeleted: false, id} on a fresh delete or {deleted: true, alreadyDeleted: true, id} if the entry was already gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry (note/email/task-record) ID | |
| confirm | Yes | Must be set to true. Permanently deletes the entry — use this to remove a note from a party/opportunity/project. Irreversible. |