You could either use 1 remove(keyspace, key, column_path, timestamp, consistency_level) per aech key, or wait till https://issues.apache.org/jira/browse/CASSANDRA-494 fixed (to use SliceRange in the Deletion)
gabriele renzi wrote: > > Is it correct that I cannot perform a row delete via batchMutation, or > is there another way (apart from reading all the column names and > adding multiple deletions per row)? > Would it make sense to allow a Deletion object to refer to a row, or > even better a RowDeletion(key) class? > > > AFAICT there is no underlying technical blocker, but I may be wrong as usual > :) > >