bayesline.api.SettingsRegistry.delete# abstract SettingsRegistry.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.