This page shows how a Team admin or Registry admin can delete a registry.Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- A Team admin can delete any registry in the organization.
- A Registry admin can delete a registry that they created.
- Python SDK
- W&B App
Use the
wandb API’s delete() method to delete a registry programmatically. The following example illustrates how to:- Fetch the registry you want to delete with
api.registry(). - Call the
delete()method on the returned registry object to delete the registry.