Deletes the item with the given id from the local repository.
id
Throws an exception if the deletion fails.
Future<void> delete(String id);