Future<http.Response> delete(String urlPart) async { return http.delete(Uri.dataFromString(baseUrl.combine('/', urlPart))); }