> For the complete documentation index, see [llms.txt](https://docs.ravenode.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ravenode.xyz/testnet/dill/validator-deletion.md).

# Validator Deletion

## Stop the Node

```
pkill dill-node
```

## Remove node files and directories

```
rm -rf ~/dill
```

## Remove logs and config files (Optional)

```
sudo rm -rf /var/log/dill
sudo rm -rf /etc/dill
```
