Delete an AI Coach memo
delete_ai_coach_noteMove a memo to the trash for recovery in AI Coach. Confirm with the user before deleting to prevent accidental or unwanted loss.
Instructions
Move one memo in AI Coach to the trash. Deleting is recoverable from the trash, but ask the user before calling this unless they asked for the deletion themselves. AI Coach also asks the user to confirm the deletion on their screen; note_confirmation_denied means they declined it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Display language hint (BCP 47). The dashboard view passes hostContext.locale through unchanged. | |
| noteId | Yes | A noteId returned by list / search. It is a path relative to the memo folder (`minutes.md` / `work/minutes.md`), not an absolute path. | |
| idempotencyKey | No | Key that keeps a resent delete from being applied twice. The server generates one when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | No | ||
| note | No | ||
| error | No | ||
| notes | No | ||
| total | No | ||
| groups | No | ||
| offset | No | ||
| deleted | No | ||
| written | No | ||
| updatedAt | Yes | ||
| connection | Yes | ||
| folderName | No | ||
| protocolVersion | Yes |