bayesline.api.Registry.delete# abstract Registry.delete(name: str | int) → RawSettings# Parameters# namestr | intThe unique name or int identifier of the settings to delete. Raises# KeyErrorIf the item does not exist. Returns# The deleted raw settings item for the given name.