bardo_note_delete
Delete a note and all its versions. The note disappears immediately but is only permanently removed after a grace period, allowing recovery if unintended. Requires the note to be unlocked first.
Instructions
Delete a note (the whole thing, all versions together). Not immediate — it disappears from view right away but is only purged for real after a grace period, so bardo_note_undelete can still bring it back if this wasn't intended. Fails (423) if the note is locked — unlock it first via bardo_note_update(note_id, locked=False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| session_token | No |