Skip to main content
DELETE
/
api
/
v1
/
wallet
/
imported
/
{wallet_id}
Remove imported wallet
curl --request DELETE \
  --url https://api.hevn.finance/api/v1/wallet/imported/{wallet_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
default:Bearer <token>
required

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

Headers

x-api-key
string | null

Path Parameters

wallet_id
string<uuid>
required

Response

Successful Response