Objects must be archived before they can be deleted.
Correct workflow
fs.archive_feature("my_feature") # Archive first
fs.delete_feature("my_feature") # Then delete
Incorrect workflow
fs.delete_feature("my_feature") # Error: Must archive first