Future<void> delete(String collection, String id) async { await http.delete(documentUrl(collection, id)); }