-
Notifications
You must be signed in to change notification settings - Fork 0
st rm
b2o2i edited this page Apr 3, 2026
·
3 revisions
Removes a story or a fact-check entry from a .json container. Use -s to specify the story and -f to specify the fact-check.
st-rm -s 3 subject.json # remove story 3
st-rm -d 2 subject.json # remove data item 2
st-rm -s 2 -f 1 subject.json # remove fact-check 1 from story 2
st-rm -F -s 2 subject.json # clear all fact-checks from story 2
st-rm -F --all-stories subject.json # clear all fact-checks from every storyOptions: -d data -s story -f fact -F clear-facts --all-stories -v -q
Deletes data items, stories, or fact-check reports from a .json container. Supports bulk-clearing all fact-checks and claim segments from one story or every story in the container.
All index arguments are 1-based, matching the output of st-ls.