From 4c1b921e780954e872ff0759be71b13e1393746b Mon Sep 17 00:00:00 2001
From: ykoh42 <kohyounghwan@gmail.com>
Date: Fri, 28 Feb 2025 21:51:30 +0900
Subject: [PATCH] docs: fix duplication in registry.yaml

---
 registry.yaml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/registry.yaml b/registry.yaml
index ef0e71dfdd..c923df31b9 100644
--- a/registry.yaml
+++ b/registry.yaml
@@ -1792,15 +1792,6 @@
     - usage-api
     - cost-api
 
-- title: How to use the Usage API and Cost API to monitor your OpenAI usage
-  path: examples/completions_usage_api.ipynb
-  date: 2025-01-14
-  authors:
-    - MW-OAI
-  tags:
-    - usage-api
-    - cost-api
-
 - title: Build Your Own Code Interpreter - Dynamic Tool Generation and Execution With o3-mini
   path: examples/object_oriented_agentic_approach/Secure_code_interpreter_tool_for_LLM_agents.ipynb
   date: 2025-02-03