Deletes a scan result from cloud storage by ID.
@override Future<bool> delete(String id) async { return id.isNotEmpty && baseUrl.isNotEmpty; }