Skip to main content
DELETE
/
wallets
Delete wallet
curl --request DELETE \
  --url https://tag.dev.alfa-bot.com/api/dev/v1/wallets \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '
{
  "address": "TQv5pEXAMPLE9xA"
}
'
{
  "code": "200",
  "data": {
    "result": "success"
  }
}

Authorizations

token
string
header
required

Pass your API token in the token request header.

Body

application/json
address
string
required

Wallet address

Example:

"TQv5pEXAMPLE9xA"

Response

OK - wallet deleted successfully

code
string
required
Example:

"200"

data
object
required