Skip to main content
DELETE
/
v2
/
account
/
beneficiaries
/
wallets
/
{wallet-id}
Delete Beneficiary Wallet
curl --request DELETE \
  --url https://api.avenia.io:8443/v2/v2/account/beneficiaries/wallets/{wallet-id} \
  --header 'Authorization: Bearer <token>'
{}

Delete Beneficiary Wallet

DELETE request to /v2/account/beneficiaries/wallets/

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wallet-id
string
required

ID of the beneficiary wallet

Query Parameters

subAccountId
string

Sub-account ID

Response

Success

The response is of type object.