Given `tuple write` supports CSV file, we should add support for CSVs in `tuple delete` for consistency reasons. We'd be able to run the command below if we want to delete the tuples we just added ``` fga tuple write --file tuples.csv fga tuple delete --file tuples.csv ```