static Future<bool> delete<S>({String? tag, bool force = false}) async => June.delete<S>(tag: tag, force: force);