unfile_note
Remove a note from a stream without deleting it entirely. Preserves the note in other streams and prevents removal of its last home.
Instructions
Remove a note from one of its streams (it stays in the others). Refuses to remove a
note's last home — use remove_note for that.
Args:
note: Id of the note (e.g. "note-3").
stream: Id of the stream to remove it from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| stream | Yes |