Certbot: How to easily remove a domain

Manually:

sudo rm -rf /etc/letsencrypt/archive/host.example.com/
sudo rm -rf /etc/letsencrypt/live/host.example.com/
sudo rm -rf /etc/letsencrypt/renewal/host.example.com.conf

All at once:

sudo rm -rf /etc/letsencrypt/{archive,live,renewal}/domain.example.org{,.conf}

Closing thoughts

I welcome your feedback and hearing about your experiences! If this post has been useful to you, please feel free to leave a comment down below.