- A Team admin can delete any custom registry in the organization.
- A Registry admin can delete a custom 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.