Files
xrpl-dev-portal/_code-samples/delete-account/py

Delete Account (Python)

Demonstrates how to delete an XRP Ledger account.

Quick setup and usage:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python blackhole-account.py