.. _orb-node-delete: orb node delete =============== Usage: ----- .. code:: $ orb node delete [OPTIONS] [PUBKEY] Arguments: ---------- * [PUBKEY]: The pubkey of the node. If not provided, use the default node. Options: --------- * --help: Show this message and exit. Description: ----------- Delete node information. Node data is saved in various places depending on your OS: - Linux: ~/.config/orb_/orb_.ini - OSX: ~/Library/Application Support/orb_/orb_.ini - Windows: ${APPDATA}/orb_/orb_.ini This command recursively deletes the node's folder. This is a destructive command. Use with care. .. asciinema:: /_static/orb-node-delete.cast