Capture
Search
K
Comment on page

Delete Capture Account

You may delete your Capture account after acquiring the Capture Token following the instruction.
IMPORTANT NOTE: Deleting Your Capture Account
Deleting the Capture account is an irreversible action. It is strongly recommended that you take the following precautions before proceeding:
  1. 1.
    Backup Your Integrity Wallet Private Key: Your Integrity Wallet private key is essential for accessing and managing your assets. Before deleting your Capture account, ensure you have securely backed up your private key.
  2. 2.
    Backup All Assets: Make sure to backup all assets associated with your Capture account. This includes any assets that you have stored within your account. Ensure that you have copies of everything you want to retain.
  3. 3.
    Review Your Decision: Carefully consider your decision to delete your account. Once deleted, your account and all its associated data will be permanently removed from our system. There is no way to recover a deleted account.
API Endpoint: https://eoqnui40j5hnf0l.m.pipedream.net
Cost: 0 NUM (free to use)
Method: POST
Authentication:
This API requires a valid token for Authorization.
The token should be passed in the headers of the
request using the following format:
"Authorization: token YOUR_CAPTURE_TOKEN"
Request Body (required):
email (string): email of the Capture account as a confirmation
Examples:
curl -X POST https://eoqnui40j5hnf0l.m.pipedream.net \
-H "Content-Type: application/json" \
-H "Authorization: token YOUR_CAPTURE_TOKEN" \
-d '{
"email": ACCOUNT_EMAIL
}'
Response:
{
"message": "User ACCOUNT_EMAIL has been deleted"
}
Last modified 1mo ago