Hello. This is Klaytn API Service team.
Please refer to the following information about how to delete a Klaytn account.
[For an Account in Account Pool/ Fee-payer Pool On The Console Website]
1. Go to KAS Console page and login into KAS.
2. Click Service and click Wallet. Then click the specific type of account pool that has your intended account deletion.
3. Click an account pool that has your intended account deletion.
4. Click the icon below Delete and delete an account.
[For an Account in Account Pool/ Fee-payer Pool using Account Deletion API]
1. To make API calls, set basic Authorization in your preferred tool. Login by using Access Key ID
(Username) and Secret Access key (Password) that you were given during your Credential process on the
Console website.
(Please refer to the Authorization Setup guidelines page about how to create a KAS API Authentication key.)
2. Click KAS Wallet API Docs
3. Click Account and click Delete account.
4. You’ll see that address (Klaytn account address) and x-chain-id are required to delete an account.
X-chain-id is already given. Therefore, you’ll just need to find the Klaytn account address.
5. To find the Klaytn account address, go to Console Login Page and login into Console.
6. Click Service and click Wallet. Find the specific type of account pool (Account Pool or Fee-payer Pool) that has your intended account deletion.
7. Click an account pool that has your intended account deletion.
8. Click an account that has your intended account deletion and then check the address.
9. Go back to the Wallet API Docs again and copy the URL right next to Delete.
10. Delete the curly brackets in the URL and put the address you checked in the Console page in the
deleted part. Then continue forward to put it in your preferred tool.
(e.g.,https://wallet-api.klaytnapi.com/v2/account/0xbbEB837Eca46bdFF67F695227e5d71F45D6DDA6c)
11. Then, put x-chain-id (1001 or 8217) in Header parameters.
12. After making an API call, check the deletion status in responses.
For any additional questions, you may select Inquiry Registration above the KAS Help Center page
where you can register your inquiry.
Thank you.
Klaytn API Service team.