Undelegates the account
const receipts = await unDelegate({ account: myMultichainAccount});console.log(`Receipts: ${receipts}`); Copy
const receipts = await unDelegate({ account: myMultichainAccount});console.log(`Receipts: ${receipts}`);
UnDelegateParameters Configuration for undelegating the account
Promise resolving to boolean
Undelegates the account
Example