delete https://api.northstake.dk/v1/linkedWallets/
import { NorthstakeApi } from '@northstake/northstakeapi';
const api = new NorthstakeApi('apiKey', 'privateKey')
const {body: result} = await api.linkedWallets.deleteLinkedWallet('0x1234567890123456789012345678901234567890', 'ETH')
Responses
204Wallet successfully deleted
404Wallet not found