How to delete an account created through ./acme-account-creation-tool

157 views Asked by At

I have created an account as follows

./acme-account-creation-tool -e email -o my-letsencrypt -d letsencrypt-prod

How can I delete the account created by above command?

1

There are 1 answers

0
Idan Adar On

Let's Encrypt does not support removing or unregistring an account. Accounts are not unique, though and so you can simply register a new account.

Reference: https://community.letsencrypt.org/t/unregister-account/16856