Delete a linked/external wallet

import { NorthstakeApi } from '@northstake/northstakeapi'; const api = new NorthstakeApi('apiKey', 'privateKey') const {body: result} = await api.linkedWallets.deleteLinkedWallet('0x1234567890123456789012345678901234567890', 'ETH')
Path Params
string
required

The id of the wallet you wish to delete

Responses
204

Wallet successfully deleted

404

Wallet not found

Language
Click Try It! to start a request and see the response here!