Delete by keys.
If you need to delete all rows, use deleteAll. If you need to specify which rows to delete, use delete with a Where. Note, using where will be less performant than deleting by key.