The CLI supports the full document lifecycle — create, list, search, move, bulk edit — but there's no way to delete documents.
reader-move-documents covers archive/later/shortlist, but sometimes a save is just wrong (duplicate, broken URL, accidentally saved) and should be removed entirely rather than moved to another location.
Proposed interface:
readwise reader-delete-documents --document-ids <id1>,<id2>
It's consistent with the existing --document-ids convention used by reader-move-documents. Same max 50 batch limit would make sense.
The CLI supports the full document lifecycle — create, list, search, move, bulk edit — but there's no way to delete documents.
reader-move-documentscovers archive/later/shortlist, but sometimes a save is just wrong (duplicate, broken URL, accidentally saved) and should be removed entirely rather than moved to another location.Proposed interface:
It's consistent with the existing
--document-idsconvention used byreader-move-documents. Same max 50 batch limit would make sense.