Future<void> deleteProject(String projectId) async { await _dio.delete('$_baseUrl/projects/$projectId'); }